Html Css Color HEX #CF540D Tenne (Tawny)

📋 copy color: '#CF540D'

red 207 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #CF540D

Tints of Tenne (Tawny) #CF540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 68.09%
G = 27.63%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF540D (or 0xCF540D) is known color: Tenne (Tawny). HEX triplet: CF, 54 and 0D. RGB value is (207,84,13). Sum of RGB (Red+Green+Blue) = 207+84+13=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF540D is #30ABF2. Grayscale: #717171. Windows color (decimal): -3189747 or 873679. OLE color: 873679.

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

Color convert

RGB 207 84 13 -
CMYK 0 0.59 0.94 0.19
HSL 21.96º 0.88% 0.43% -
HSV(B) 21.96º 0.94% 0.81% -
XYZ 28.98 19.64 2.64 -
YUV 112.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 207 84 13 0 0.59 0.94 0.19 21.96 0.88 0.43
Hex CF 54 D 0 3B 5E 13 16 58 2B
Octal 317 124 15 0 73 136 23 26 130 53
Binary 11001111 1010100 1101 0 111011 1011110 10011 10110 1011000 101011

Color Harmonies of #CF540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF540D

Black with #CF540D

Text Example


Text Example

White with #CF540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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