Html Css Color HEX #CF520D Tenne (Tawny)

📋 copy color: '#CF520D'

red 207 ◦ green 82 ◦ blue 13

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

Shades of Tenne (Tawny) #CF520D

Tints of Tenne (Tawny) #CF520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

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

R = 68.54%
G = 27.15%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF520D (or 0xCF520D) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 0D. RGB value is (207,82,13). Sum of RGB (Red+Green+Blue) = 207+82+13=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF520D is #30ADF2. Grayscale: #6F6F6F. Windows color (decimal): -3190259 or 873167. OLE color: 873167.

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

Color convert

RGB 207 82 13 -
CMYK 0 0.60 0.94 0.19
HSL 21.34º 0.88% 0.43% -
HSV(B) 21.34º 0.94% 0.81% -
XYZ 28.82 19.33 2.59 -
YUV 111.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 207 82 13 0 0.60 0.94 0.19 21.34 0.88 0.43
Hex CF 52 D 0 3C 5E 13 15 58 2B
Octal 317 122 15 0 74 136 23 25 130 53
Binary 11001111 1010010 1101 0 111100 1011110 10011 10101 1011000 101011

Color Harmonies of #CF520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF520D

Black with #CF520D

Text Example


Text Example

White with #CF520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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