Html Css Color HEX #C48019 Ochre

📋 copy color: '#C48019'

red 196 ◦ green 128 ◦ blue 25

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

Shades of Ochre #C48019

Tints of Ochre #C48019

RGB

 RED value IS 196 (76.95% from 255) = 56.16%

 GREEN value IS 128 (50.39% from 255) = 36.68%

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

R = 56.16%
G = 36.68%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C48019 (or 0xC48019) is known color: Ochre. HEX triplet: C4, 80 and 19. RGB value is (196,128,25). Sum of RGB (Red+Green+Blue) = 196+128+25=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C48019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48019 is #3B7FE6. Grayscale: #898989. Windows color (decimal): -3899367 or 1671364. OLE color: 1671364.

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

Color convert

RGB 196 128 25 -
CMYK 0 0.35 0.87 0.23
HSL 36.14º 0.77% 0.43% -
HSV(B) 36.14º 0.87% 0.77% -
XYZ 30.66 27.24 4.56 -
YUV 136.59 65.03 170.38 -
System Red Green Blue C M Y K H S L
Decimal 196 128 25 0 0.35 0.87 0.23 36.14 0.77 0.43
Hex C4 80 19 0 23 57 17 24 4D 2B
Octal 304 200 31 0 43 127 27 44 115 53
Binary 11000100 10000000 11001 0 100011 1010111 10111 100100 1001101 101011

Color Harmonies of #C48019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48019

Black with #C48019

Text Example


Text Example

White with #C48019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48019; }

 p { color: rgb(196,128,25); }

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

background-color css

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

 a { background-color: rgb(196,128,25); }

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

border-color css

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

 span { border-color: rgb(196,128,25); }

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