Html Css Color HEX #C47614 Ochre

📋 copy color: '#C47614'

red 196 ◦ green 118 ◦ blue 20

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

Shades of Ochre #C47614

Tints of Ochre #C47614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 58.68%
G = 35.33%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47614 (or 0xC47614) is known color: Ochre. HEX triplet: C4, 76 and 14. RGB value is (196,118,20). Sum of RGB (Red+Green+Blue) = 196+118+20=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47614 is #3B89EB. Grayscale: #828282. Windows color (decimal): -3901932 or 1341124. OLE color: 1341124.

HSL color Cylindrical-coordinate representation of color #C47614: hue angle of 33.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47614 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 20 -
CMYK 0 0.40 0.90 0.23
HSL 33.41º 0.81% 0.42% -
HSV(B) 33.41º 0.9% 0.77% -
XYZ 29.37 24.74 3.89 -
YUV 130.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 196 118 20 0 0.40 0.90 0.23 33.41 0.81 0.42
Hex C4 76 14 0 28 5A 17 21 51 2A
Octal 304 166 24 0 50 132 27 41 121 52
Binary 11000100 1110110 10100 0 101000 1011010 10111 100001 1010001 101010

Color Harmonies of #C47614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47614

Black with #C47614

Text Example


Text Example

White with #C47614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47614; }

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

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

background-color css

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

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

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

border-color css

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

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

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