Html Css Color HEX #CB540F Tenne (Tawny)

📋 copy color: '#CB540F'

red 203 ◦ green 84 ◦ blue 15

#CB540F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CB540F

Tints of Tenne (Tawny) #CB540F

RGB

 RED value IS 203 (79.69% from 255) = 67.22%

 GREEN value IS 84 (33.2% from 255) = 27.81%

 BLUE value IS 15 (6.25% from 255) = 4.97%

R = 67.22%
G = 27.81%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB540F (or 0xCB540F) is known color: Tenne (Tawny). HEX triplet: CB, 54 and 0F. RGB value is (203,84,15). Sum of RGB (Red+Green+Blue) = 203+84+15=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB540F is #34ABF0. Grayscale: #707070. Windows color (decimal): -3451889 or 1004747. OLE color: 1004747.

HSL color Cylindrical-coordinate representation of color #CB540F: hue angle of 22.02º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB540F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 84 15 -
CMYK 0 0.59 0.93 0.20
HSL 22.02º 0.86% 0.43% -
HSV(B) 22.02º 0.93% 0.8% -
XYZ 27.89 19.07 2.66 -
YUV 111.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 203 84 15 0 0.59 0.93 0.20 22.02 0.86 0.43
Hex CB 54 F 0 3B 5D 14 16 56 2B
Octal 313 124 17 0 73 135 24 26 126 53
Binary 11001011 1010100 1111 0 111011 1011101 10100 10110 1010110 101011

Color Harmonies of #CB540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB540F

Black with #CB540F

Text Example


Text Example

White with #CB540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB540F; }

 p { color: rgb(203,84,15); }

 H1.HeaderClassName
 {
   color: #CB540F;
 }
 .AnyTagClassName
 {
   color: #CB540F;
 }
</style>

background-color css

<style>
 a { background-color: #CB540F; }

 a { background-color: rgb(203,84,15); }

 div.DivClassName
 {
   background-color: #CB540F;
 }
 .BgClassName
 {
   background-color: #CB540F;
 }
</style>

border-color css

<style>
 span { border-color: #CB540F; }

 span { border-color: rgb(203,84,15); }

 td.TdClassName
 {
   border-color: #CB540F;
 }
 .TagClassName
 {
   border-color: #CB540F;
 }
</style>