Html Css Color HEX #CB4A0A Tenne (Tawny)

📋 copy color: '#CB4A0A'

red 203 ◦ green 74 ◦ blue 10

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

Shades of Tenne (Tawny) #CB4A0A

Tints of Tenne (Tawny) #CB4A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 70.73%
G = 25.78%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB4A0A (or 0xCB4A0A) is known color: Tenne (Tawny). HEX triplet: CB, 4A and 0A. RGB value is (203,74,10). Sum of RGB (Red+Green+Blue) = 203+74+10=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A0A is #34B5F5. Grayscale: #696969. Windows color (decimal): -3454454 or 674507. OLE color: 674507.

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

Color convert

RGB 203 74 10 -
CMYK 0 0.64 0.95 0.20
HSL 19.9º 0.91% 0.42% -
HSV(B) 19.9º 0.95% 0.8% -
XYZ 27.13 17.62 2.26 -
YUV 105.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 203 74 10 0 0.64 0.95 0.20 19.9 0.91 0.42
Hex CB 4A A 0 40 5F 14 14 5B 2A
Octal 313 112 12 0 100 137 24 24 133 52
Binary 11001011 1001010 1010 0 1000000 1011111 10100 10100 1011011 101010

Color Harmonies of #CB4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A0A

Black with #CB4A0A

Text Example


Text Example

White with #CB4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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