Html Css Color HEX #CB5104 Tenne (Tawny)

📋 copy color: '#CB5104'

red 203 ◦ green 81 ◦ blue 4

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

Shades of Tenne (Tawny) #CB5104

Tints of Tenne (Tawny) #CB5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

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

R = 70.49%
G = 28.13%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB5104 (or 0xCB5104) is known color: Tenne (Tawny). HEX triplet: CB, 51 and 04. RGB value is (203,81,4). Sum of RGB (Red+Green+Blue) = 203+81+4=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5104 is #34AEFB. Grayscale: #6D6D6D. Windows color (decimal): -3452668 or 283083. OLE color: 283083.

HSL color Cylindrical-coordinate representation of color #CB5104: hue angle of 23.22º 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 #CB5104 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 81 4 -
CMYK 0 0.60 0.98 0.20
HSL 23.22º 0.96% 0.41% -
HSV(B) 23.22º 0.98% 0.8% -
XYZ 27.59 18.59 2.25 -
YUV 108.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 203 81 4 0 0.60 0.98 0.20 23.22 0.96 0.41
Hex CB 51 4 0 3C 62 14 17 60 29
Octal 313 121 4 0 74 142 24 27 140 51
Binary 11001011 1010001 100 0 111100 1100010 10100 10111 1100000 101001

Color Harmonies of #CB5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5104

Black with #CB5104

Text Example


Text Example

White with #CB5104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5104; }

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

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

background-color css

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

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

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

border-color css

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

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

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