Html Css Color HEX #C7841B Ochre

📋 copy color: '#C7841B'

red 199 ◦ green 132 ◦ blue 27

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

Shades of Ochre #C7841B

Tints of Ochre #C7841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 55.59%
G = 36.87%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7841B (or 0xC7841B) is known color: Ochre. HEX triplet: C7, 84 and 1B. RGB value is (199,132,27). Sum of RGB (Red+Green+Blue) = 199+132+27=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7841B is #387BE4. Grayscale: #8C8C8C. Windows color (decimal): -3701733 or 1803463. OLE color: 1803463.

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

Color convert

RGB 199 132 27 -
CMYK 0 0.34 0.86 0.22
HSL 36.63º 0.76% 0.44% -
HSV(B) 36.63º 0.86% 0.78% -
XYZ 32 28.72 4.89 -
YUV 140.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 199 132 27 0 0.34 0.86 0.22 36.63 0.76 0.44
Hex C7 84 1B 0 22 56 16 25 4C 2C
Octal 307 204 33 0 42 126 26 45 114 54
Binary 11000111 10000100 11011 0 100010 1010110 10110 100101 1001100 101100

Color Harmonies of #C7841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7841B

Black with #C7841B

Text Example


Text Example

White with #C7841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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