Html Css Color HEX #CF5D0D Tenne (Tawny)

📋 copy color: '#CF5D0D'

red 207 ◦ green 93 ◦ blue 13

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

Shades of Tenne (Tawny) #CF5D0D

Tints of Tenne (Tawny) #CF5D0D

RGB

 RED value IS 207 (81.25% from 255) = 66.13%

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

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

R = 66.13%
G = 29.71%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF5D0D (or 0xCF5D0D) is known color: Tenne (Tawny). HEX triplet: CF, 5D and 0D. RGB value is (207,93,13). Sum of RGB (Red+Green+Blue) = 207+93+13=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D0D is #30A2F2. Grayscale: #767676. Windows color (decimal): -3187443 or 875983. OLE color: 875983.

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

Color convert

RGB 207 93 13 -
CMYK 0 0.55 0.94 0.19
HSL 24.74º 0.88% 0.43% -
HSV(B) 24.74º 0.94% 0.81% -
XYZ 29.72 21.12 2.89 -
YUV 117.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 207 93 13 0 0.55 0.94 0.19 24.74 0.88 0.43
Hex CF 5D D 0 37 5E 13 19 58 2B
Octal 317 135 15 0 67 136 23 31 130 53
Binary 11001111 1011101 1101 0 110111 1011110 10011 11001 1011000 101011

Color Harmonies of #CF5D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D0D

Black with #CF5D0D

Text Example


Text Example

White with #CF5D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D0D; }

 p { color: rgb(207,93,13); }

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

background-color css

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

 a { background-color: rgb(207,93,13); }

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

border-color css

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

 span { border-color: rgb(207,93,13); }

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