Html Css Color HEX #CB540A Tenne (Tawny)

📋 copy color: '#CB540A'

red 203 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #CB540A

Tints of Tenne (Tawny) #CB540A

RGB

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

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

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

R = 68.35%
G = 28.28%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB540A (or 0xCB540A) is known color: Tenne (Tawny). HEX triplet: CB, 54 and 0A. RGB value is (203,84,10). Sum of RGB (Red+Green+Blue) = 203+84+10=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB540A is #34ABF5. Grayscale: #6F6F6F. Windows color (decimal): -3451894 or 677067. OLE color: 677067.

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

Color convert

RGB 203 84 10 -
CMYK 0 0.59 0.95 0.20
HSL 23.01º 0.91% 0.42% -
HSV(B) 23.01º 0.95% 0.8% -
XYZ 27.85 19.06 2.5 -
YUV 111.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 203 84 10 0 0.59 0.95 0.20 23.01 0.91 0.42
Hex CB 54 A 0 3B 5F 14 17 5B 2A
Octal 313 124 12 0 73 137 24 27 133 52
Binary 11001011 1010100 1010 0 111011 1011111 10100 10111 1011011 101010

Color Harmonies of #CB540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB540A

Black with #CB540A

Text Example


Text Example

White with #CB540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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