Html Css Color HEX #CD580D Tenne (Tawny)

📋 copy color: '#CD580D'

red 205 ◦ green 88 ◦ blue 13

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

Shades of Tenne (Tawny) #CD580D

Tints of Tenne (Tawny) #CD580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 66.99%
G = 28.76%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD580D (or 0xCD580D) is known color: Tenne (Tawny). HEX triplet: CD, 58 and 0D. RGB value is (205,88,13). Sum of RGB (Red+Green+Blue) = 205+88+13=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD580D is #32A7F2. Grayscale: #727272. Windows color (decimal): -3319795 or 874701. OLE color: 874701.

HSL color Cylindrical-coordinate representation of color #CD580D: hue angle of 23.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD580D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 88 13 -
CMYK 0 0.57 0.94 0.20
HSL 23.44º 0.88% 0.43% -
HSV(B) 23.44º 0.94% 0.8% -
XYZ 28.74 19.99 2.72 -
YUV 114.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 205 88 13 0 0.57 0.94 0.20 23.44 0.88 0.43
Hex CD 58 D 0 39 5E 14 17 58 2B
Octal 315 130 15 0 71 136 24 27 130 53
Binary 11001101 1011000 1101 0 111001 1011110 10100 10111 1011000 101011

Color Harmonies of #CD580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD580D

Black with #CD580D

Text Example


Text Example

White with #CD580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD580D; }

 p { color: rgb(205,88,13); }

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

background-color css

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

 a { background-color: rgb(205,88,13); }

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

border-color css

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

 span { border-color: rgb(205,88,13); }

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