Html Css Color HEX #C7851A Ochre

📋 copy color: '#C7851A'

red 199 ◦ green 133 ◦ blue 26

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

Shades of Ochre #C7851A

Tints of Ochre #C7851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 55.59%
G = 37.15%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7851A (or 0xC7851A) is known color: Ochre. HEX triplet: C7, 85 and 1A. RGB value is (199,133,26). Sum of RGB (Red+Green+Blue) = 199+133+26=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7851A is #387AE5. Grayscale: #8D8D8D. Windows color (decimal): -3701478 or 1738183. OLE color: 1738183.

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

Color convert

RGB 199 133 26 -
CMYK 0 0.33 0.87 0.22
HSL 37.11º 0.77% 0.44% -
HSV(B) 37.11º 0.87% 0.78% -
XYZ 32.13 28.99 4.88 -
YUV 140.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 199 133 26 0 0.33 0.87 0.22 37.11 0.77 0.44
Hex C7 85 1A 0 21 57 16 25 4D 2C
Octal 307 205 32 0 41 127 26 45 115 54
Binary 11000111 10000101 11010 0 100001 1010111 10110 100101 1001101 101100

Color Harmonies of #C7851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7851A

Black with #C7851A

Text Example


Text Example

White with #C7851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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