Html Css Color HEX #CD5D0A Tenne (Tawny)

📋 copy color: '#CD5D0A'

red 205 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #CD5D0A

Tints of Tenne (Tawny) #CD5D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 66.56%
G = 30.19%
B = 3.25%

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

#CD5D0A (or 0xCD5D0A) is known color: Tenne (Tawny). HEX triplet: CD, 5D and 0A. RGB value is (205,93,10). Sum of RGB (Red+Green+Blue) = 205+93+10=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D0A is #32A2F5. Grayscale: #757575. Windows color (decimal): -3318518 or 679373. OLE color: 679373.

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

Color convert

RGB 205 93 10 -
CMYK 0 0.55 0.95 0.20
HSL 25.54º 0.91% 0.42% -
HSV(B) 25.54º 0.95% 0.8% -
XYZ 29.15 20.83 2.77 -
YUV 117.03 67.61 190.75 -
System Red Green Blue C M Y K H S L
Decimal 205 93 10 0 0.55 0.95 0.20 25.54 0.91 0.42
Hex CD 5D A 0 37 5F 14 1A 5B 2A
Octal 315 135 12 0 67 137 24 32 133 52
Binary 11001101 1011101 1010 0 110111 1011111 10100 11010 1011011 101010

Color Harmonies of #CD5D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D0A

Black with #CD5D0A

Text Example


Text Example

White with #CD5D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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