Html Css Color HEX #CF7825 Ochre

📋 copy color: '#CF7825'

red 207 ◦ green 120 ◦ blue 37

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

Shades of Ochre #CF7825

Tints of Ochre #CF7825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.97%

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 56.87%
G = 32.97%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7825 (or 0xCF7825) is known color: Ochre. HEX triplet: CF, 78 and 25. RGB value is (207,120,37). Sum of RGB (Red+Green+Blue) = 207+120+37=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7825 is #3087DA. Grayscale: #888888. Windows color (decimal): -3180507 or 2455759. OLE color: 2455759.

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

Color convert

RGB 207 120 37 -
CMYK 0 0.42 0.82 0.19
HSL 29.29º 0.7% 0.48% -
HSV(B) 29.29º 0.82% 0.81% -
XYZ 32.78 26.83 5.2 -
YUV 136.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 207 120 37 0 0.42 0.82 0.19 29.29 0.7 0.48
Hex CF 78 25 0 2A 52 13 1D 46 30
Octal 317 170 45 0 52 122 23 35 106 60
Binary 11001111 1111000 100101 0 101010 1010010 10011 11101 1000110 110000

Color Harmonies of #CF7825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7825

Black with #CF7825

Text Example


Text Example

White with #CF7825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7825; }

 p { color: rgb(207,120,37); }

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

background-color css

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

 a { background-color: rgb(207,120,37); }

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

border-color css

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

 span { border-color: rgb(207,120,37); }

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