Html Css Color HEX #CF530D Tenne (Tawny)

📋 copy color: '#CF530D'

red 207 ◦ green 83 ◦ blue 13

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

Shades of Tenne (Tawny) #CF530D

Tints of Tenne (Tawny) #CF530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 68.32%
G = 27.39%
B = 4.29%

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

#CF530D (or 0xCF530D) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 0D. RGB value is (207,83,13). Sum of RGB (Red+Green+Blue) = 207+83+13=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF530D is #30ACF2. Grayscale: #707070. Windows color (decimal): -3190003 or 873423. OLE color: 873423.

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

Color convert

RGB 207 83 13 -
CMYK 0 0.60 0.94 0.19
HSL 21.65º 0.88% 0.43% -
HSV(B) 21.65º 0.94% 0.81% -
XYZ 28.9 19.48 2.62 -
YUV 112.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 207 83 13 0 0.60 0.94 0.19 21.65 0.88 0.43
Hex CF 53 D 0 3C 5E 13 16 58 2B
Octal 317 123 15 0 74 136 23 26 130 53
Binary 11001111 1010011 1101 0 111100 1011110 10011 10110 1011000 101011

Color Harmonies of #CF530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF530D

Black with #CF530D

Text Example


Text Example

White with #CF530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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