Html Css Color HEX #C47626 Ochre

📋 copy color: '#C47626'

red 196 ◦ green 118 ◦ blue 38

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

Shades of Ochre #C47626

Tints of Ochre #C47626

RGB

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

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

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

R = 55.68%
G = 33.52%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47626 (or 0xC47626) is known color: Ochre. HEX triplet: C4, 76 and 26. RGB value is (196,118,38). Sum of RGB (Red+Green+Blue) = 196+118+38=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C47626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47626 is #3B89D9. Grayscale: #848484. Windows color (decimal): -3901914 or 2520772. OLE color: 2520772.

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

Color convert

RGB 196 118 38 -
CMYK 0 0.40 0.81 0.23
HSL 30.38º 0.68% 0.46% -
HSV(B) 30.38º 0.81% 0.77% -
XYZ 29.59 24.83 5.07 -
YUV 132.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 196 118 38 0 0.40 0.81 0.23 30.38 0.68 0.46
Hex C4 76 26 0 28 51 17 1E 44 2E
Octal 304 166 46 0 50 121 27 36 104 56
Binary 11000100 1110110 100110 0 101000 1010001 10111 11110 1000100 101110

Color Harmonies of #C47626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47626

Black with #C47626

Text Example


Text Example

White with #C47626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47626; }

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

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

background-color css

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

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

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

border-color css

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

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

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