Html Css Color HEX #CF7729 Ochre

📋 copy color: '#CF7729'

red 207 ◦ green 119 ◦ blue 41

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

Shades of Ochre #CF7729

Tints of Ochre #CF7729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 56.4%
G = 32.43%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF7729 (or 0xCF7729) is known color: Ochre. HEX triplet: CF, 77 and 29. RGB value is (207,119,41). Sum of RGB (Red+Green+Blue) = 207+119+41=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7729 is #3088D6. Grayscale: #888888. Windows color (decimal): -3180759 or 2717647. OLE color: 2717647.

HSL color Cylindrical-coordinate representation of color #CF7729: hue angle of 28.19º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF7729 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 41 -
CMYK 0 0.43 0.80 0.19
HSL 28.19º 0.67% 0.49% -
HSV(B) 28.19º 0.8% 0.81% -
XYZ 32.73 26.62 5.51 -
YUV 136.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 207 119 41 0 0.43 0.80 0.19 28.19 0.67 0.49
Hex CF 77 29 0 2B 50 13 1C 43 31
Octal 317 167 51 0 53 120 23 34 103 61
Binary 11001111 1110111 101001 0 101011 1010000 10011 11100 1000011 110001

Color Harmonies of #CF7729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7729

Black with #CF7729

Text Example


Text Example

White with #CF7729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7729; }

 p { color: rgb(207,119,41); }

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

background-color css

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

 a { background-color: rgb(207,119,41); }

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

border-color css

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

 span { border-color: rgb(207,119,41); }

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