Html Css Color HEX #CF741F Ochre

📋 copy color: '#CF741F'

red 207 ◦ green 116 ◦ blue 31

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

Shades of Ochre #CF741F

Tints of Ochre #CF741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 58.47%
G = 32.77%
B = 8.76%

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

#CF741F (or 0xCF741F) is known color: Ochre. HEX triplet: CF, 74 and 1F. RGB value is (207,116,31). Sum of RGB (Red+Green+Blue) = 207+116+31=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF741F is #308BE0. Grayscale: #858585. Windows color (decimal): -3181537 or 2061519. OLE color: 2061519.

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

Color convert

RGB 207 116 31 -
CMYK 0 0.44 0.85 0.19
HSL 28.98º 0.74% 0.47% -
HSV(B) 28.98º 0.85% 0.81% -
XYZ 32.22 25.86 4.59 -
YUV 133.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 207 116 31 0 0.44 0.85 0.19 28.98 0.74 0.47
Hex CF 74 1F 0 2C 55 13 1D 4A 2F
Octal 317 164 37 0 54 125 23 35 112 57
Binary 11001111 1110100 11111 0 101100 1010101 10011 11101 1001010 101111

Color Harmonies of #CF741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF741F

Black with #CF741F

Text Example


Text Example

White with #CF741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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