Html Css Color HEX #C47C31 Geebung

📋 copy color: '#C47C31'

red 196 ◦ green 124 ◦ blue 49

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

Shades of Geebung #C47C31

Tints of Geebung #C47C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 53.12%
G = 33.6%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C47C31 (or 0xC47C31) is known color: Geebung. HEX triplet: C4, 7C and 31. RGB value is (196,124,49). Sum of RGB (Red+Green+Blue) = 196+124+49=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C31 is #3B83CE. Grayscale: #898989. Windows color (decimal): -3900367 or 3243204. OLE color: 3243204.

HSL color Cylindrical-coordinate representation of color #C47C31: hue angle of 30.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C47C31 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 49 -
CMYK 0 0.37 0.75 0.23
HSL 30.61º 0.6% 0.48% -
HSV(B) 30.61º 0.75% 0.77% -
XYZ 30.53 26.37 6.39 -
YUV 136.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 196 124 49 0 0.37 0.75 0.23 30.61 0.6 0.48
Hex C4 7C 31 0 25 4B 17 1F 3C 30
Octal 304 174 61 0 45 113 27 37 74 60
Binary 11000100 1111100 110001 0 100101 1001011 10111 11111 111100 110000

Color Harmonies of #C47C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C31

Black with #C47C31

Text Example


Text Example

White with #C47C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C31; }

 p { color: rgb(196,124,49); }

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

background-color css

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

 a { background-color: rgb(196,124,49); }

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

border-color css

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

 span { border-color: rgb(196,124,49); }

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