Html Css Color HEX #CF7521 Ochre

📋 copy color: '#CF7521'

red 207 ◦ green 117 ◦ blue 33

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

Shades of Ochre #CF7521

Tints of Ochre #CF7521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 57.98%
G = 32.77%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF7521 (or 0xCF7521) is known color: Ochre. HEX triplet: CF, 75 and 21. RGB value is (207,117,33). Sum of RGB (Red+Green+Blue) = 207+117+33=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7521 is #308ADE. Grayscale: #868686. Windows color (decimal): -3181279 or 2192847. OLE color: 2192847.

HSL color Cylindrical-coordinate representation of color #CF7521: hue angle of 28.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF7521 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 33 -
CMYK 0 0.43 0.84 0.19
HSL 28.97º 0.73% 0.47% -
HSV(B) 28.97º 0.84% 0.81% -
XYZ 32.37 26.1 4.77 -
YUV 134.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 207 117 33 0 0.43 0.84 0.19 28.97 0.73 0.47
Hex CF 75 21 0 2B 54 13 1D 48 2F
Octal 317 165 41 0 53 124 23 35 110 57
Binary 11001111 1110101 100001 0 101011 1010100 10011 11101 1001000 101111

Color Harmonies of #CF7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7521

Black with #CF7521

Text Example


Text Example

White with #CF7521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7521; }

 p { color: rgb(207,117,33); }

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

background-color css

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

 a { background-color: rgb(207,117,33); }

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

border-color css

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

 span { border-color: rgb(207,117,33); }

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