Html Css Color HEX #CF7324 Ochre

📋 copy color: '#CF7324'

red 207 ◦ green 115 ◦ blue 36

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

Shades of Ochre #CF7324

Tints of Ochre #CF7324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 57.82%
G = 32.12%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF7324 (or 0xCF7324) is known color: Ochre. HEX triplet: CF, 73 and 24. RGB value is (207,115,36). Sum of RGB (Red+Green+Blue) = 207+115+36=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7324 is #308CDB. Grayscale: #858585. Windows color (decimal): -3181788 or 2388943. OLE color: 2388943.

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

Color convert

RGB 207 115 36 -
CMYK 0 0.44 0.83 0.19
HSL 27.72º 0.7% 0.48% -
HSV(B) 27.72º 0.83% 0.81% -
XYZ 32.18 25.65 4.92 -
YUV 133.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 207 115 36 0 0.44 0.83 0.19 27.72 0.7 0.48
Hex CF 73 24 0 2C 53 13 1C 46 30
Octal 317 163 44 0 54 123 23 34 106 60
Binary 11001111 1110011 100100 0 101100 1010011 10011 11100 1000110 110000

Color Harmonies of #CF7324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7324

Black with #CF7324

Text Example


Text Example

White with #CF7324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7324; }

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

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

background-color css

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

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

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

border-color css

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

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

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