Html Css Color HEX #C7720D Ochre

📋 copy color: '#C7720D'

red 199 ◦ green 114 ◦ blue 13

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

Shades of Ochre #C7720D

Tints of Ochre #C7720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 61.04%
G = 34.97%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7720D (or 0xC7720D) is known color: Ochre. HEX triplet: C7, 72 and 0D. RGB value is (199,114,13). Sum of RGB (Red+Green+Blue) = 199+114+13=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7720D is #388DF2. Grayscale: #808080. Windows color (decimal): -3706355 or 881351. OLE color: 881351.

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

Color convert

RGB 199 114 13 -
CMYK 0 0.43 0.93 0.22
HSL 32.58º 0.88% 0.42% -
HSV(B) 32.58º 0.93% 0.78% -
XYZ 29.64 24.21 3.49 -
YUV 127.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 199 114 13 0 0.43 0.93 0.22 32.58 0.88 0.42
Hex C7 72 D 0 2B 5D 16 21 58 2A
Octal 307 162 15 0 53 135 26 41 130 52
Binary 11000111 1110010 1101 0 101011 1011101 10110 100001 1011000 101010

Color Harmonies of #C7720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7720D

Black with #C7720D

Text Example


Text Example

White with #C7720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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