Html Css Color HEX #C47109 Ochre

📋 copy color: '#C47109'

red 196 ◦ green 113 ◦ blue 9

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

Shades of Ochre #C47109

Tints of Ochre #C47109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 9 (3.91% from 255) = 2.83%

R = 61.64%
G = 35.53%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C47109 (or 0xC47109) is known color: Ochre. HEX triplet: C4, 71 and 09. RGB value is (196,113,9). Sum of RGB (Red+Green+Blue) = 196+113+9=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C47109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47109 is #3B8EF6. Grayscale: #7E7E7E. Windows color (decimal): -3903223 or 618948. OLE color: 618948.

HSL color Cylindrical-coordinate representation of color #C47109: hue angle of 33.37º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C47109 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 9 -
CMYK 0 0.42 0.95 0.23
HSL 33.37º 0.91% 0.4% -
HSV(B) 33.37º 0.95% 0.77% -
XYZ 28.72 23.57 3.29 -
YUV 125.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 196 113 9 0 0.42 0.95 0.23 33.37 0.91 0.4
Hex C4 71 9 0 2A 5F 17 21 5B 28
Octal 304 161 11 0 52 137 27 41 133 50
Binary 11000100 1110001 1001 0 101010 1011111 10111 100001 1011011 101000

Color Harmonies of #C47109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47109

Black with #C47109

Text Example


Text Example

White with #C47109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47109; }

 p { color: rgb(196,113,9); }

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

background-color css

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

 a { background-color: rgb(196,113,9); }

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

border-color css

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

 span { border-color: rgb(196,113,9); }

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