Html Css Color HEX #C7722C Ochre

📋 copy color: '#C7722C'

red 199 ◦ green 114 ◦ blue 44

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

Shades of Ochre #C7722C

Tints of Ochre #C7722C

RGB

 RED value IS 199 (78.13% from 255) = 55.74%

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 55.74%
G = 31.93%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7722C (or 0xC7722C) is known color: Ochre. HEX triplet: C7, 72 and 2C. RGB value is (199,114,44). Sum of RGB (Red+Green+Blue) = 199+114+44=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7722C is #388DD3. Grayscale: #838383. Windows color (decimal): -3706324 or 2912967. OLE color: 2912967.

HSL color Cylindrical-coordinate representation of color #C7722C: hue angle of 27.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7722C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 44 -
CMYK 0 0.43 0.78 0.22
HSL 27.1º 0.64% 0.48% -
HSV(B) 27.1º 0.78% 0.78% -
XYZ 30.03 24.36 5.5 -
YUV 131.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 199 114 44 0 0.43 0.78 0.22 27.1 0.64 0.48
Hex C7 72 2C 0 2B 4E 16 1B 40 30
Octal 307 162 54 0 53 116 26 33 100 60
Binary 11000111 1110010 101100 0 101011 1001110 10110 11011 1000000 110000

Color Harmonies of #C7722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7722C

Black with #C7722C

Text Example


Text Example

White with #C7722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7722C; }

 p { color: rgb(199,114,44); }

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

background-color css

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

 a { background-color: rgb(199,114,44); }

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

border-color css

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

 span { border-color: rgb(199,114,44); }

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