Html Css Color HEX #CD5D0B Tenne (Tawny)

📋 copy color: '#CD5D0B'

red 205 ◦ green 93 ◦ blue 11

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

Shades of Tenne (Tawny) #CD5D0B

Tints of Tenne (Tawny) #CD5D0B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.1%

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

R = 66.34%
G = 30.1%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD5D0B (or 0xCD5D0B) is known color: Tenne (Tawny). HEX triplet: CD, 5D and 0B. RGB value is (205,93,11). Sum of RGB (Red+Green+Blue) = 205+93+11=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D0B is #32A2F4. Grayscale: #757575. Windows color (decimal): -3318517 or 744909. OLE color: 744909.

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

Color convert

RGB 205 93 11 -
CMYK 0 0.55 0.95 0.20
HSL 25.36º 0.9% 0.42% -
HSV(B) 25.36º 0.95% 0.8% -
XYZ 29.15 20.83 2.8 -
YUV 117.14 68.11 190.67 -
System Red Green Blue C M Y K H S L
Decimal 205 93 11 0 0.55 0.95 0.20 25.36 0.9 0.42
Hex CD 5D B 0 37 5F 14 19 5A 2A
Octal 315 135 13 0 67 137 24 31 132 52
Binary 11001101 1011101 1011 0 110111 1011111 10100 11001 1011010 101010

Color Harmonies of #CD5D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D0B

Black with #CD5D0B

Text Example


Text Example

White with #CD5D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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