Html Css Color HEX #C47326 Ochre

📋 copy color: '#C47326'

red 196 ◦ green 115 ◦ blue 38

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

Shades of Ochre #C47326

Tints of Ochre #C47326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.89%

R = 56.16%
G = 32.95%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47326 (or 0xC47326) is known color: Ochre. HEX triplet: C4, 73 and 26. RGB value is (196,115,38). Sum of RGB (Red+Green+Blue) = 196+115+38=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C47326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47326 is #3B8CD9. Grayscale: #828282. Windows color (decimal): -3902682 or 2520004. OLE color: 2520004.

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

Color convert

RGB 196 115 38 -
CMYK 0 0.41 0.81 0.23
HSL 29.24º 0.68% 0.46% -
HSV(B) 29.24º 0.81% 0.77% -
XYZ 29.25 24.14 4.95 -
YUV 130.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 196 115 38 0 0.41 0.81 0.23 29.24 0.68 0.46
Hex C4 73 26 0 29 51 17 1D 44 2E
Octal 304 163 46 0 51 121 27 35 104 56
Binary 11000100 1110011 100110 0 101001 1010001 10111 11101 1000100 101110

Color Harmonies of #C47326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47326

Black with #C47326

Text Example


Text Example

White with #C47326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47326; }

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

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

background-color css

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

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

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

border-color css

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

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

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