Html Css Color HEX #CF701D Chocolate

📋 copy color: '#CF701D'

red 207 ◦ green 112 ◦ blue 29

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

Shades of Chocolate #CF701D

Tints of Chocolate #CF701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 59.48%
G = 32.18%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF701D (or 0xCF701D) is known color: Chocolate. HEX triplet: CF, 70 and 1D. RGB value is (207,112,29). Sum of RGB (Red+Green+Blue) = 207+112+29=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF701D is #308FE2. Grayscale: #838383. Windows color (decimal): -3182563 or 1929423. OLE color: 1929423.

HSL color Cylindrical-coordinate representation of color #CF701D: hue angle of 27.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF701D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 29 -
CMYK 0 0.46 0.86 0.19
HSL 27.98º 0.75% 0.46% -
HSV(B) 27.98º 0.86% 0.81% -
XYZ 31.75 24.94 4.3 -
YUV 130.94 70.47 182.25 -
System Red Green Blue C M Y K H S L
Decimal 207 112 29 0 0.46 0.86 0.19 27.98 0.75 0.46
Hex CF 70 1D 0 2E 56 13 1C 4B 2E
Octal 317 160 35 0 56 126 23 34 113 56
Binary 11001111 1110000 11101 0 101110 1010110 10011 11100 1001011 101110

Color Harmonies of #CF701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF701D

Black with #CF701D

Text Example


Text Example

White with #CF701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF701D; }

 p { color: rgb(207,112,29); }

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

background-color css

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

 a { background-color: rgb(207,112,29); }

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

border-color css

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

 span { border-color: rgb(207,112,29); }

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