Html Css Color HEX #CF570D Tenne (Tawny)

📋 copy color: '#CF570D'

red 207 ◦ green 87 ◦ blue 13

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

Shades of Tenne (Tawny) #CF570D

Tints of Tenne (Tawny) #CF570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 67.43%
G = 28.34%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF570D (or 0xCF570D) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 0D. RGB value is (207,87,13). Sum of RGB (Red+Green+Blue) = 207+87+13=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF570D is #30A8F2. Grayscale: #727272. Windows color (decimal): -3188979 or 874447. OLE color: 874447.

HSL color Cylindrical-coordinate representation of color #CF570D: hue angle of 22.89º 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 #CF570D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 13 -
CMYK 0 0.58 0.94 0.19
HSL 22.89º 0.88% 0.43% -
HSV(B) 22.89º 0.94% 0.81% -
XYZ 29.21 20.11 2.72 -
YUV 114.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 207 87 13 0 0.58 0.94 0.19 22.89 0.88 0.43
Hex CF 57 D 0 3A 5E 13 17 58 2B
Octal 317 127 15 0 72 136 23 27 130 53
Binary 11001111 1010111 1101 0 111010 1011110 10011 10111 1011000 101011

Color Harmonies of #CF570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF570D

Black with #CF570D

Text Example


Text Example

White with #CF570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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