Html Css Color HEX #C47519 Ochre

📋 copy color: '#C47519'

red 196 ◦ green 117 ◦ blue 25

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

Shades of Ochre #C47519

Tints of Ochre #C47519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 57.99%
G = 34.62%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C47519 (or 0xC47519) is known color: Ochre. HEX triplet: C4, 75 and 19. RGB value is (196,117,25). Sum of RGB (Red+Green+Blue) = 196+117+25=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C47519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47519 is #3B8AE6. Grayscale: #828282. Windows color (decimal): -3902183 or 1668548. OLE color: 1668548.

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

Color convert

RGB 196 117 25 -
CMYK 0 0.40 0.87 0.23
HSL 32.28º 0.77% 0.43% -
HSV(B) 32.28º 0.87% 0.77% -
XYZ 29.3 24.53 4.11 -
YUV 130.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 196 117 25 0 0.40 0.87 0.23 32.28 0.77 0.43
Hex C4 75 19 0 28 57 17 20 4D 2B
Octal 304 165 31 0 50 127 27 40 115 53
Binary 11000100 1110101 11001 0 101000 1010111 10111 100000 1001101 101011

Color Harmonies of #C47519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47519

Black with #C47519

Text Example


Text Example

White with #C47519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47519; }

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

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

background-color css

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

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

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

border-color css

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

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

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