Html Css Color HEX #CD540B Tenne (Tawny)

📋 copy color: '#CD540B'

red 205 ◦ green 84 ◦ blue 11

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

Shades of Tenne (Tawny) #CD540B

Tints of Tenne (Tawny) #CD540B

RGB

 RED value IS 205 (80.47% from 255) = 68.33%

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 68.33%
G = 28%
B = 3.67%

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

#CD540B (or 0xCD540B) is known color: Tenne (Tawny). HEX triplet: CD, 54 and 0B. RGB value is (205,84,11). Sum of RGB (Red+Green+Blue) = 205+84+11=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD540B is #32ABF4. Grayscale: #707070. Windows color (decimal): -3320821 or 742605. OLE color: 742605.

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

Color convert

RGB 205 84 11 -
CMYK 0 0.59 0.95 0.20
HSL 22.58º 0.9% 0.42% -
HSV(B) 22.58º 0.95% 0.8% -
XYZ 28.41 19.34 2.55 -
YUV 111.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 205 84 11 0 0.59 0.95 0.20 22.58 0.9 0.42
Hex CD 54 B 0 3B 5F 14 17 5A 2A
Octal 315 124 13 0 73 137 24 27 132 52
Binary 11001101 1010100 1011 0 111011 1011111 10100 10111 1011010 101010

Color Harmonies of #CD540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD540B

Black with #CD540B

Text Example


Text Example

White with #CD540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD540B; }

 p { color: rgb(205,84,11); }

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

background-color css

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

 a { background-color: rgb(205,84,11); }

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

border-color css

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

 span { border-color: rgb(205,84,11); }

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