Html Css Color HEX #C7791B Ochre

📋 copy color: '#C7791B'

red 199 ◦ green 121 ◦ blue 27

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

Shades of Ochre #C7791B

Tints of Ochre #C7791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

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

R = 57.35%
G = 34.87%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7791B (or 0xC7791B) is known color: Ochre. HEX triplet: C7, 79 and 1B. RGB value is (199,121,27). Sum of RGB (Red+Green+Blue) = 199+121+27=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7791B is #3886E4. Grayscale: #868686. Windows color (decimal): -3704549 or 1800647. OLE color: 1800647.

HSL color Cylindrical-coordinate representation of color #C7791B: hue angle of 32.79º 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 #C7791B is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 27 -
CMYK 0 0.39 0.86 0.22
HSL 32.79º 0.76% 0.44% -
HSV(B) 32.79º 0.86% 0.78% -
XYZ 30.59 25.9 4.42 -
YUV 133.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 199 121 27 0 0.39 0.86 0.22 32.79 0.76 0.44
Hex C7 79 1B 0 27 56 16 21 4C 2C
Octal 307 171 33 0 47 126 26 41 114 54
Binary 11000111 1111001 11011 0 100111 1010110 10110 100001 1001100 101100

Color Harmonies of #C7791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7791B

Black with #C7791B

Text Example


Text Example

White with #C7791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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