Html Css Color HEX #CD5C00 Tenne (Tawny)

📋 copy color: '#CD5C00'

red 205 ◦ green 92 ◦ blue 0

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

Shades of Tenne (Tawny) #CD5C00

Tints of Tenne (Tawny) #CD5C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.02%
G = 30.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD5C00 (or 0xCD5C00) is known color: Tenne (Tawny). HEX triplet: CD, 5C and 00. RGB value is (205,92,0). Sum of RGB (Red+Green+Blue) = 205+92+0=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5C00 is #32A3FF. Grayscale: #737373. Windows color (decimal): -3318784 or 23757. OLE color: 23757.

HSL color Cylindrical-coordinate representation of color #CD5C00: hue angle of 26.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD5C00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 92 0 -
CMYK 0 0.55 1 0.20
HSL 26.93º 1% 0.4% -
HSV(B) 26.93º 1% 0.8% -
XYZ 29 20.63 2.45 -
YUV 115.3 62.94 191.98 -
System Red Green Blue C M Y K H S L
Decimal 205 92 0 0 0.55 1 0.20 26.93 1 0.4
Hex CD 5C 0 0 37 64 14 1B 64 28
Octal 315 134 0 0 67 144 24 33 144 50
Binary 11001101 1011100 0 0 110111 1100100 10100 11011 1100100 101000

Color Harmonies of #CD5C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C00

Black with #CD5C00

Text Example


Text Example

White with #CD5C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C00; }

 p { color: rgb(205,92,0); }

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

background-color css

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

 a { background-color: rgb(205,92,0); }

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

border-color css

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

 span { border-color: rgb(205,92,0); }

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