Html Css Color HEX #C47C2E Geebung

📋 copy color: '#C47C2E'

red 196 ◦ green 124 ◦ blue 46

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

Shades of Geebung #C47C2E

Tints of Geebung #C47C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 53.55%
G = 33.88%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C47C2E (or 0xC47C2E) is known color: Geebung. HEX triplet: C4, 7C and 2E. RGB value is (196,124,46). Sum of RGB (Red+Green+Blue) = 196+124+46=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C2E is #3B83D1. Grayscale: #898989. Windows color (decimal): -3900370 or 3046596. OLE color: 3046596.

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

Color convert

RGB 196 124 46 -
CMYK 0 0.37 0.77 0.23
HSL 31.2º 0.62% 0.47% -
HSV(B) 31.2º 0.77% 0.77% -
XYZ 30.47 26.35 6.06 -
YUV 136.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 196 124 46 0 0.37 0.77 0.23 31.2 0.62 0.47
Hex C4 7C 2E 0 25 4D 17 1F 3E 2F
Octal 304 174 56 0 45 115 27 37 76 57
Binary 11000100 1111100 101110 0 100101 1001101 10111 11111 111110 101111

Color Harmonies of #C47C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C2E

Black with #C47C2E

Text Example


Text Example

White with #C47C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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