Html Css Color HEX #C78120 Ochre

📋 copy color: '#C78120'

red 199 ◦ green 129 ◦ blue 32

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

Shades of Ochre #C78120

Tints of Ochre #C78120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 55.28%
G = 35.83%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C78120 (or 0xC78120) is known color: Ochre. HEX triplet: C7, 81 and 20. RGB value is (199,129,32). Sum of RGB (Red+Green+Blue) = 199+129+32=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C78120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78120 is #387EDF. Grayscale: #8B8B8B. Windows color (decimal): -3702496 or 2130375. OLE color: 2130375.

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

Color convert

RGB 199 129 32 -
CMYK 0 0.35 0.84 0.22
HSL 34.85º 0.72% 0.45% -
HSV(B) 34.85º 0.84% 0.78% -
XYZ 31.66 27.95 5.09 -
YUV 138.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 199 129 32 0 0.35 0.84 0.22 34.85 0.72 0.45
Hex C7 81 20 0 23 54 16 23 48 2D
Octal 307 201 40 0 43 124 26 43 110 55
Binary 11000111 10000001 100000 0 100011 1010100 10110 100011 1001000 101101

Color Harmonies of #C78120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78120

Black with #C78120

Text Example


Text Example

White with #C78120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78120; }

 p { color: rgb(199,129,32); }

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

background-color css

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

 a { background-color: rgb(199,129,32); }

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

border-color css

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

 span { border-color: rgb(199,129,32); }

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