Html Css Color HEX #CF731F Ochre

📋 copy color: '#CF731F'

red 207 ◦ green 115 ◦ blue 31

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

Shades of Ochre #CF731F

Tints of Ochre #CF731F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 58.64%
G = 32.58%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF731F (or 0xCF731F) is known color: Ochre. HEX triplet: CF, 73 and 1F. RGB value is (207,115,31). Sum of RGB (Red+Green+Blue) = 207+115+31=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731F is #308CE0. Grayscale: #858585. Windows color (decimal): -3181793 or 2061263. OLE color: 2061263.

HSL color Cylindrical-coordinate representation of color #CF731F: hue angle of 28.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF731F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 31 -
CMYK 0 0.44 0.85 0.19
HSL 28.64º 0.74% 0.47% -
HSV(B) 28.64º 0.85% 0.81% -
XYZ 32.11 25.63 4.55 -
YUV 132.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 207 115 31 0 0.44 0.85 0.19 28.64 0.74 0.47
Hex CF 73 1F 0 2C 55 13 1D 4A 2F
Octal 317 163 37 0 54 125 23 35 112 57
Binary 11001111 1110011 11111 0 101100 1010101 10011 11101 1001010 101111

Color Harmonies of #CF731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF731F

Black with #CF731F

Text Example


Text Example

White with #CF731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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