Html Css Color HEX #C47627 Ochre

📋 copy color: '#C47627'

red 196 ◦ green 118 ◦ blue 39

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

Shades of Ochre #C47627

Tints of Ochre #C47627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 55.52%
G = 33.43%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47627 (or 0xC47627) is known color: Ochre. HEX triplet: C4, 76 and 27. RGB value is (196,118,39). Sum of RGB (Red+Green+Blue) = 196+118+39=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C47627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47627 is #3B89D8. Grayscale: #848484. Windows color (decimal): -3901913 or 2586308. OLE color: 2586308.

HSL color Cylindrical-coordinate representation of color #C47627: hue angle of 30.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C47627 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 39 -
CMYK 0 0.40 0.80 0.23
HSL 30.19º 0.67% 0.46% -
HSV(B) 30.19º 0.8% 0.77% -
XYZ 29.61 24.84 5.15 -
YUV 132.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 196 118 39 0 0.40 0.80 0.23 30.19 0.67 0.46
Hex C4 76 27 0 28 50 17 1E 43 2E
Octal 304 166 47 0 50 120 27 36 103 56
Binary 11000100 1110110 100111 0 101000 1010000 10111 11110 1000011 101110

Color Harmonies of #C47627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47627

Black with #C47627

Text Example


Text Example

White with #C47627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47627; }

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

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

background-color css

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

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

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

border-color css

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

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

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