Html Css Color HEX #C47914 Ochre

📋 copy color: '#C47914'

red 196 ◦ green 121 ◦ blue 20

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

Shades of Ochre #C47914

Tints of Ochre #C47914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.91%

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

R = 58.16%
G = 35.91%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C47914 (or 0xC47914) is known color: Ochre. HEX triplet: C4, 79 and 14. RGB value is (196,121,20). Sum of RGB (Red+Green+Blue) = 196+121+20=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C47914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47914 is #3B86EB. Grayscale: #848484. Windows color (decimal): -3901164 or 1341892. OLE color: 1341892.

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

Color convert

RGB 196 121 20 -
CMYK 0 0.38 0.90 0.23
HSL 34.43º 0.81% 0.42% -
HSV(B) 34.43º 0.9% 0.77% -
XYZ 29.73 25.46 4.01 -
YUV 131.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 196 121 20 0 0.38 0.90 0.23 34.43 0.81 0.42
Hex C4 79 14 0 26 5A 17 22 51 2A
Octal 304 171 24 0 46 132 27 42 121 52
Binary 11000100 1111001 10100 0 100110 1011010 10111 100010 1010001 101010

Color Harmonies of #C47914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47914

Black with #C47914

Text Example


Text Example

White with #C47914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47914; }

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

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

background-color css

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

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

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

border-color css

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

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

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