Html Css Color HEX #C7841C Ochre

📋 copy color: '#C7841C'

red 199 ◦ green 132 ◦ blue 28

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

Shades of Ochre #C7841C

Tints of Ochre #C7841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 55.43%
G = 36.77%
B = 7.8%

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

#C7841C (or 0xC7841C) is known color: Ochre. HEX triplet: C7, 84 and 1C. RGB value is (199,132,28). Sum of RGB (Red+Green+Blue) = 199+132+28=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7841C is #387BE3. Grayscale: #8C8C8C. Windows color (decimal): -3701732 or 1868999. OLE color: 1868999.

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

Color convert

RGB 199 132 28 -
CMYK 0 0.34 0.86 0.22
HSL 36.49º 0.75% 0.45% -
HSV(B) 36.49º 0.86% 0.78% -
XYZ 32.01 28.73 4.96 -
YUV 140.18 64.7 169.96 -
System Red Green Blue C M Y K H S L
Decimal 199 132 28 0 0.34 0.86 0.22 36.49 0.75 0.45
Hex C7 84 1C 0 22 56 16 24 4B 2D
Octal 307 204 34 0 42 126 26 44 113 55
Binary 11000111 10000100 11100 0 100010 1010110 10110 100100 1001011 101101

Color Harmonies of #C7841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7841C

Black with #C7841C

Text Example


Text Example

White with #C7841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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