Html Css Color HEX #C47727 Ochre

📋 copy color: '#C47727'

red 196 ◦ green 119 ◦ blue 39

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

Shades of Ochre #C47727

Tints of Ochre #C47727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 55.37%
G = 33.62%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47727 (or 0xC47727) is known color: Ochre. HEX triplet: C4, 77 and 27. RGB value is (196,119,39). Sum of RGB (Red+Green+Blue) = 196+119+39=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C47727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47727 is #3B88D8. Grayscale: #858585. Windows color (decimal): -3901657 or 2586564. OLE color: 2586564.

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

Color convert

RGB 196 119 39 -
CMYK 0 0.39 0.80 0.23
HSL 30.57º 0.67% 0.46% -
HSV(B) 30.57º 0.8% 0.77% -
XYZ 29.73 25.08 5.19 -
YUV 132.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 196 119 39 0 0.39 0.80 0.23 30.57 0.67 0.46
Hex C4 77 27 0 27 50 17 1F 43 2E
Octal 304 167 47 0 47 120 27 37 103 56
Binary 11000100 1110111 100111 0 100111 1010000 10111 11111 1000011 101110

Color Harmonies of #C47727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47727

Black with #C47727

Text Example


Text Example

White with #C47727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47727; }

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

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

background-color css

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

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

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

border-color css

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

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

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