Html Css Color HEX #CF7322 Ochre

📋 copy color: '#CF7322'

red 207 ◦ green 115 ◦ blue 34

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

Shades of Ochre #CF7322

Tints of Ochre #CF7322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 58.15%
G = 32.3%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF7322 (or 0xCF7322) is known color: Ochre. HEX triplet: CF, 73 and 22. RGB value is (207,115,34). Sum of RGB (Red+Green+Blue) = 207+115+34=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7322 is #308CDD. Grayscale: #858585. Windows color (decimal): -3181790 or 2257871. OLE color: 2257871.

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

Color convert

RGB 207 115 34 -
CMYK 0 0.44 0.84 0.19
HSL 28.09º 0.72% 0.47% -
HSV(B) 28.09º 0.84% 0.81% -
XYZ 32.15 25.64 4.77 -
YUV 133.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 207 115 34 0 0.44 0.84 0.19 28.09 0.72 0.47
Hex CF 73 22 0 2C 54 13 1C 48 2F
Octal 317 163 42 0 54 124 23 34 110 57
Binary 11001111 1110011 100010 0 101100 1010100 10011 11100 1001000 101111

Color Harmonies of #CF7322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7322

Black with #CF7322

Text Example


Text Example

White with #CF7322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7322; }

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

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

background-color css

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

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

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

border-color css

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

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

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