Html Css Color HEX #C28119 Ochre

📋 copy color: '#C28119'

red 194 ◦ green 129 ◦ blue 25

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

Shades of Ochre #C28119

Tints of Ochre #C28119

RGB

 RED value IS 194 (76.17% from 255) = 55.75%

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

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 55.75%
G = 37.07%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C28119 (or 0xC28119) is known color: Ochre. HEX triplet: C2, 81 and 19. RGB value is (194,129,25). Sum of RGB (Red+Green+Blue) = 194+129+25=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C28119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28119 is #3D7EE6. Grayscale: #898989. Windows color (decimal): -4030183 or 1671618. OLE color: 1671618.

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

Color convert

RGB 194 129 25 -
CMYK 0 0.34 0.87 0.24
HSL 36.92º 0.77% 0.43% -
HSV(B) 36.92º 0.87% 0.76% -
XYZ 30.27 27.24 4.58 -
YUV 136.58 65.03 168.96 -
System Red Green Blue C M Y K H S L
Decimal 194 129 25 0 0.34 0.87 0.24 36.92 0.77 0.43
Hex C2 81 19 0 22 57 18 25 4D 2B
Octal 302 201 31 0 42 127 30 45 115 53
Binary 11000010 10000001 11001 0 100010 1010111 11000 100101 1001101 101011

Color Harmonies of #C28119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28119

Black with #C28119

Text Example


Text Example

White with #C28119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28119; }

 p { color: rgb(194,129,25); }

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

background-color css

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

 a { background-color: rgb(194,129,25); }

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

border-color css

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

 span { border-color: rgb(194,129,25); }

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