Html Css Color HEX #CF7921 Ochre

📋 copy color: '#CF7921'

red 207 ◦ green 121 ◦ blue 33

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

Shades of Ochre #CF7921

Tints of Ochre #CF7921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

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

R = 57.34%
G = 33.52%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF7921 (or 0xCF7921) is known color: Ochre. HEX triplet: CF, 79 and 21. RGB value is (207,121,33). Sum of RGB (Red+Green+Blue) = 207+121+33=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7921 is #3086DE. Grayscale: #898989. Windows color (decimal): -3180255 or 2193871. OLE color: 2193871.

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

Color convert

RGB 207 121 33 -
CMYK 0 0.42 0.84 0.19
HSL 30.34º 0.73% 0.47% -
HSV(B) 30.34º 0.84% 0.81% -
XYZ 32.84 27.05 4.93 -
YUV 136.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 207 121 33 0 0.42 0.84 0.19 30.34 0.73 0.47
Hex CF 79 21 0 2A 54 13 1E 48 2F
Octal 317 171 41 0 52 124 23 36 110 57
Binary 11001111 1111001 100001 0 101010 1010100 10011 11110 1001000 101111

Color Harmonies of #CF7921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7921

Black with #CF7921

Text Example


Text Example

White with #CF7921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7921; }

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

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

background-color css

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

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

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

border-color css

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

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

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