Html Css Color HEX #CB5E04 Tenne (Tawny)

📋 copy color: '#CB5E04'

red 203 ◦ green 94 ◦ blue 4

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

Shades of Tenne (Tawny) #CB5E04

Tints of Tenne (Tawny) #CB5E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 67.44%
G = 31.23%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB5E04 (or 0xCB5E04) is known color: Tenne (Tawny). HEX triplet: CB, 5E and 04. RGB value is (203,94,4). Sum of RGB (Red+Green+Blue) = 203+94+4=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E04 is #34A1FB. Grayscale: #747474. Windows color (decimal): -3449340 or 286411. OLE color: 286411.

HSL color Cylindrical-coordinate representation of color #CB5E04: hue angle of 27.14º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB5E04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 4 -
CMYK 0 0.54 0.98 0.20
HSL 27.14º 0.96% 0.41% -
HSV(B) 27.14º 0.98% 0.8% -
XYZ 28.65 20.71 2.6 -
YUV 116.33 64.61 189.82 -
System Red Green Blue C M Y K H S L
Decimal 203 94 4 0 0.54 0.98 0.20 27.14 0.96 0.41
Hex CB 5E 4 0 36 62 14 1B 60 29
Octal 313 136 4 0 66 142 24 33 140 51
Binary 11001011 1011110 100 0 110110 1100010 10100 11011 1100000 101001

Color Harmonies of #CB5E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E04

Black with #CB5E04

Text Example


Text Example

White with #CB5E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E04; }

 p { color: rgb(203,94,4); }

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

background-color css

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

 a { background-color: rgb(203,94,4); }

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

border-color css

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

 span { border-color: rgb(203,94,4); }

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