Html Css Color HEX #C7721D Ochre

📋 copy color: '#C7721D'

red 199 ◦ green 114 ◦ blue 29

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

Shades of Ochre #C7721D

Tints of Ochre #C7721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.48%

R = 58.19%
G = 33.33%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7721D (or 0xC7721D) is known color: Ochre. HEX triplet: C7, 72 and 1D. RGB value is (199,114,29). Sum of RGB (Red+Green+Blue) = 199+114+29=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7721D is #388DE2. Grayscale: #828282. Windows color (decimal): -3706339 or 1929927. OLE color: 1929927.

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

Color convert

RGB 199 114 29 -
CMYK 0 0.43 0.85 0.22
HSL 30º 0.75% 0.45% -
HSV(B) 30º 0.85% 0.78% -
XYZ 29.79 24.27 4.28 -
YUV 129.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 199 114 29 0 0.43 0.85 0.22 30 0.75 0.45
Hex C7 72 1D 0 2B 55 16 1E 4B 2D
Octal 307 162 35 0 53 125 26 36 113 55
Binary 11000111 1110010 11101 0 101011 1010101 10110 11110 1001011 101101

Color Harmonies of #C7721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7721D

Black with #C7721D

Text Example


Text Example

White with #C7721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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