Html Css Color HEX #CD5513 Tenne (Tawny)

📋 copy color: '#CD5513'

red 205 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #CD5513

Tints of Tenne (Tawny) #CD5513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 66.34%
G = 27.51%
B = 6.15%

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

#CD5513 (or 0xCD5513) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 13. RGB value is (205,85,19). Sum of RGB (Red+Green+Blue) = 205+85+19=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5513 is #32AAEC. Grayscale: #717171. Windows color (decimal): -3320557 or 1267149. OLE color: 1267149.

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

Color convert

RGB 205 85 19 -
CMYK 0 0.59 0.91 0.20
HSL 21.29º 0.83% 0.44% -
HSV(B) 21.29º 0.91% 0.8% -
XYZ 28.54 19.52 2.88 -
YUV 113.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 205 85 19 0 0.59 0.91 0.20 21.29 0.83 0.44
Hex CD 55 13 0 3B 5B 14 15 53 2C
Octal 315 125 23 0 73 133 24 25 123 54
Binary 11001101 1010101 10011 0 111011 1011011 10100 10101 1010011 101100

Color Harmonies of #CD5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5513

Black with #CD5513

Text Example


Text Example

White with #CD5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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