Html Css Color HEX #CB4D0A Tenne (Tawny)

📋 copy color: '#CB4D0A'

red 203 ◦ green 77 ◦ blue 10

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

Shades of Tenne (Tawny) #CB4D0A

Tints of Tenne (Tawny) #CB4D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 70%
G = 26.55%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB4D0A (or 0xCB4D0A) is known color: Tenne (Tawny). HEX triplet: CB, 4D and 0A. RGB value is (203,77,10). Sum of RGB (Red+Green+Blue) = 203+77+10=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB4D0A is #34B2F5. Grayscale: #6B6B6B. Windows color (decimal): -3453686 or 675275. OLE color: 675275.

HSL color Cylindrical-coordinate representation of color #CB4D0A: hue angle of 20.83º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB4D0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 77 10 -
CMYK 0 0.62 0.95 0.20
HSL 20.83º 0.91% 0.42% -
HSV(B) 20.83º 0.95% 0.8% -
XYZ 27.34 18.03 2.33 -
YUV 107.04 73.24 196.45 -
System Red Green Blue C M Y K H S L
Decimal 203 77 10 0 0.62 0.95 0.20 20.83 0.91 0.42
Hex CB 4D A 0 3E 5F 14 15 5B 2A
Octal 313 115 12 0 76 137 24 25 133 52
Binary 11001011 1001101 1010 0 111110 1011111 10100 10101 1011011 101010

Color Harmonies of #CB4D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D0A

Black with #CB4D0A

Text Example


Text Example

White with #CB4D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D0A; }

 p { color: rgb(203,77,10); }

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

background-color css

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

 a { background-color: rgb(203,77,10); }

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

border-color css

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

 span { border-color: rgb(203,77,10); }

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