Html Css Color HEX #CF731C Ochre

📋 copy color: '#CF731C'

red 207 ◦ green 115 ◦ blue 28

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

Shades of Ochre #CF731C

Tints of Ochre #CF731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 59.14%
G = 32.86%
B = 8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF731C (or 0xCF731C) is known color: Ochre. HEX triplet: CF, 73 and 1C. RGB value is (207,115,28). Sum of RGB (Red+Green+Blue) = 207+115+28=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731C is #308CE3. Grayscale: #858585. Windows color (decimal): -3181796 or 1864655. OLE color: 1864655.

HSL color Cylindrical-coordinate representation of color #CF731C: hue angle of 29.16º degrees, saturation: 0.76, 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 #CF731C is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 28 -
CMYK 0 0.44 0.86 0.19
HSL 29.16º 0.76% 0.46% -
HSV(B) 29.16º 0.86% 0.81% -
XYZ 32.07 25.61 4.35 -
YUV 132.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 207 115 28 0 0.44 0.86 0.19 29.16 0.76 0.46
Hex CF 73 1C 0 2C 56 13 1D 4C 2E
Octal 317 163 34 0 54 126 23 35 114 56
Binary 11001111 1110011 11100 0 101100 1010110 10011 11101 1001100 101110

Color Harmonies of #CF731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF731C

Black with #CF731C

Text Example


Text Example

White with #CF731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF731C; }

 p { color: rgb(207,115,28); }

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

background-color css

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

 a { background-color: rgb(207,115,28); }

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

border-color css

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

 span { border-color: rgb(207,115,28); }

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