Html Css Color HEX #C7841A Ochre

📋 copy color: '#C7841A'

red 199 ◦ green 132 ◦ blue 26

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

Shades of Ochre #C7841A

Tints of Ochre #C7841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 55.74%
G = 36.97%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7841A (or 0xC7841A) is known color: Ochre. HEX triplet: C7, 84 and 1A. RGB value is (199,132,26). Sum of RGB (Red+Green+Blue) = 199+132+26=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7841A is #387BE5. Grayscale: #8C8C8C. Windows color (decimal): -3701734 or 1737927. OLE color: 1737927.

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

Color convert

RGB 199 132 26 -
CMYK 0 0.34 0.87 0.22
HSL 36.76º 0.77% 0.44% -
HSV(B) 36.76º 0.87% 0.78% -
XYZ 31.99 28.72 4.83 -
YUV 139.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 199 132 26 0 0.34 0.87 0.22 36.76 0.77 0.44
Hex C7 84 1A 0 22 57 16 25 4D 2C
Octal 307 204 32 0 42 127 26 45 115 54
Binary 11000111 10000100 11010 0 100010 1010111 10110 100101 1001101 101100

Color Harmonies of #C7841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7841A

Black with #C7841A

Text Example


Text Example

White with #C7841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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