Html Css Color HEX #C7721B Ochre

📋 copy color: '#C7721B'

red 199 ◦ green 114 ◦ blue 27

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

Shades of Ochre #C7721B

Tints of Ochre #C7721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 58.53%
G = 33.53%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7721B (or 0xC7721B) is known color: Ochre. HEX triplet: C7, 72 and 1B. RGB value is (199,114,27). Sum of RGB (Red+Green+Blue) = 199+114+27=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7721B is #388DE4. Grayscale: #818181. Windows color (decimal): -3706341 or 1798855. OLE color: 1798855.

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

Color convert

RGB 199 114 27 -
CMYK 0 0.43 0.86 0.22
HSL 30.35º 0.76% 0.44% -
HSV(B) 30.35º 0.86% 0.78% -
XYZ 29.77 24.26 4.15 -
YUV 129.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 199 114 27 0 0.43 0.86 0.22 30.35 0.76 0.44
Hex C7 72 1B 0 2B 56 16 1E 4C 2C
Octal 307 162 33 0 53 126 26 36 114 54
Binary 11000111 1110010 11011 0 101011 1010110 10110 11110 1001100 101100

Color Harmonies of #C7721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7721B

Black with #C7721B

Text Example


Text Example

White with #C7721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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