Html Css Color HEX #CF7A1F Ochre

📋 copy color: '#CF7A1F'

red 207 ◦ green 122 ◦ blue 31

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

Shades of Ochre #CF7A1F

Tints of Ochre #CF7A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

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

R = 57.5%
G = 33.89%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF7A1F (or 0xCF7A1F) is known color: Ochre. HEX triplet: CF, 7A and 1F. RGB value is (207,122,31). Sum of RGB (Red+Green+Blue) = 207+122+31=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A1F is #3085E0. Grayscale: #898989. Windows color (decimal): -3180001 or 2063055. OLE color: 2063055.

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

Color convert

RGB 207 122 31 -
CMYK 0 0.41 0.85 0.19
HSL 31.02º 0.74% 0.47% -
HSV(B) 31.02º 0.85% 0.81% -
XYZ 32.94 27.28 4.83 -
YUV 137.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 207 122 31 0 0.41 0.85 0.19 31.02 0.74 0.47
Hex CF 7A 1F 0 29 55 13 1F 4A 2F
Octal 317 172 37 0 51 125 23 37 112 57
Binary 11001111 1111010 11111 0 101001 1010101 10011 11111 1001010 101111

Color Harmonies of #CF7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A1F

Black with #CF7A1F

Text Example


Text Example

White with #CF7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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