Html Css Color HEX #C47315 Ochre

📋 copy color: '#C47315'

red 196 ◦ green 115 ◦ blue 21

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

Shades of Ochre #C47315

Tints of Ochre #C47315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 59.04%
G = 34.64%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47315 (or 0xC47315) is known color: Ochre. HEX triplet: C4, 73 and 15. RGB value is (196,115,21). Sum of RGB (Red+Green+Blue) = 196+115+21=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C47315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47315 is #3B8CEA. Grayscale: #808080. Windows color (decimal): -3902699 or 1405892. OLE color: 1405892.

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

Color convert

RGB 196 115 21 -
CMYK 0 0.41 0.89 0.23
HSL 32.23º 0.81% 0.43% -
HSV(B) 32.23º 0.89% 0.77% -
XYZ 29.03 24.05 3.82 -
YUV 128.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 196 115 21 0 0.41 0.89 0.23 32.23 0.81 0.43
Hex C4 73 15 0 29 59 17 20 51 2B
Octal 304 163 25 0 51 131 27 40 121 53
Binary 11000100 1110011 10101 0 101001 1011001 10111 100000 1010001 101011

Color Harmonies of #C47315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47315

Black with #C47315

Text Example


Text Example

White with #C47315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47315; }

 p { color: rgb(196,115,21); }

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

background-color css

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

 a { background-color: rgb(196,115,21); }

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

border-color css

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

 span { border-color: rgb(196,115,21); }

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