Html Css Color HEX #CD5512 Tenne (Tawny)

📋 copy color: '#CD5512'

red 205 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #CD5512

Tints of Tenne (Tawny) #CD5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 66.56%
G = 27.6%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD5512 (or 0xCD5512) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 12. RGB value is (205,85,18). Sum of RGB (Red+Green+Blue) = 205+85+18=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5512 is #32AAED. Grayscale: #717171. Windows color (decimal): -3320558 or 1201613. OLE color: 1201613.

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

Color convert

RGB 205 85 18 -
CMYK 0 0.59 0.91 0.20
HSL 21.5º 0.84% 0.44% -
HSV(B) 21.5º 0.91% 0.8% -
XYZ 28.53 19.52 2.84 -
YUV 113.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 205 85 18 0 0.59 0.91 0.20 21.5 0.84 0.44
Hex CD 55 12 0 3B 5B 14 15 54 2C
Octal 315 125 22 0 73 133 24 25 124 54
Binary 11001101 1010101 10010 0 111011 1011011 10100 10101 1010100 101100

Color Harmonies of #CD5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5512

Black with #CD5512

Text Example


Text Example

White with #CD5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5512; }

 p { color: rgb(205,85,18); }

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

background-color css

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

 a { background-color: rgb(205,85,18); }

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

border-color css

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

 span { border-color: rgb(205,85,18); }

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