Html Css Color HEX #CF7725 Ochre

📋 copy color: '#CF7725'

red 207 ◦ green 119 ◦ blue 37

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

Shades of Ochre #CF7725

Tints of Ochre #CF7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 57.02%
G = 32.78%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF7725 (or 0xCF7725) is known color: Ochre. HEX triplet: CF, 77 and 25. RGB value is (207,119,37). Sum of RGB (Red+Green+Blue) = 207+119+37=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7725 is #3088DA. Grayscale: #888888. Windows color (decimal): -3180763 or 2455503. OLE color: 2455503.

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

Color convert

RGB 207 119 37 -
CMYK 0 0.43 0.82 0.19
HSL 28.94º 0.7% 0.48% -
HSV(B) 28.94º 0.82% 0.81% -
XYZ 32.66 26.59 5.16 -
YUV 135.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 207 119 37 0 0.43 0.82 0.19 28.94 0.7 0.48
Hex CF 77 25 0 2B 52 13 1D 46 30
Octal 317 167 45 0 53 122 23 35 106 60
Binary 11001111 1110111 100101 0 101011 1010010 10011 11101 1000110 110000

Color Harmonies of #CF7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7725

Black with #CF7725

Text Example


Text Example

White with #CF7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7725; }

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

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

background-color css

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

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

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

border-color css

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

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

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