Html Css Color HEX #C47618 Ochre

📋 copy color: '#C47618'

red 196 ◦ green 118 ◦ blue 24

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

Shades of Ochre #C47618

Tints of Ochre #C47618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.91%

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 57.99%
G = 34.91%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C47618 (or 0xC47618) is known color: Ochre. HEX triplet: C4, 76 and 18. RGB value is (196,118,24). Sum of RGB (Red+Green+Blue) = 196+118+24=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C47618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47618 is #3B89E7. Grayscale: #838383. Windows color (decimal): -3901928 or 1603268. OLE color: 1603268.

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

Color convert

RGB 196 118 24 -
CMYK 0 0.40 0.88 0.23
HSL 32.79º 0.78% 0.43% -
HSV(B) 32.79º 0.88% 0.77% -
XYZ 29.41 24.76 4.09 -
YUV 130.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 196 118 24 0 0.40 0.88 0.23 32.79 0.78 0.43
Hex C4 76 18 0 28 58 17 21 4E 2B
Octal 304 166 30 0 50 130 27 41 116 53
Binary 11000100 1110110 11000 0 101000 1011000 10111 100001 1001110 101011

Color Harmonies of #C47618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47618

Black with #C47618

Text Example


Text Example

White with #C47618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47618; }

 p { color: rgb(196,118,24); }

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

background-color css

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

 a { background-color: rgb(196,118,24); }

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

border-color css

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

 span { border-color: rgb(196,118,24); }

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