Html Css Color HEX #C7722B Ochre

📋 copy color: '#C7722B'

red 199 ◦ green 114 ◦ blue 43

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

Shades of Ochre #C7722B

Tints of Ochre #C7722B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 55.9%
G = 32.02%
B = 12.08%

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

#C7722B (or 0xC7722B) is known color: Ochre. HEX triplet: C7, 72 and 2B. RGB value is (199,114,43). Sum of RGB (Red+Green+Blue) = 199+114+43=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7722B is #388DD4. Grayscale: #838383. Windows color (decimal): -3706325 or 2847431. OLE color: 2847431.

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

Color convert

RGB 199 114 43 -
CMYK 0 0.43 0.78 0.22
HSL 27.31º 0.64% 0.47% -
HSV(B) 27.31º 0.78% 0.78% -
XYZ 30.01 24.35 5.4 -
YUV 131.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 199 114 43 0 0.43 0.78 0.22 27.31 0.64 0.47
Hex C7 72 2B 0 2B 4E 16 1B 40 2F
Octal 307 162 53 0 53 116 26 33 100 57
Binary 11000111 1110010 101011 0 101011 1001110 10110 11011 1000000 101111

Color Harmonies of #C7722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7722B

Black with #C7722B

Text Example


Text Example

White with #C7722B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7722B; }

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

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

background-color css

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

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

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

border-color css

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

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

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