Html Css Color HEX #C48536 Geebung

📋 copy color: '#C48536'

red 196 ◦ green 133 ◦ blue 54

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

Shades of Geebung #C48536

Tints of Geebung #C48536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

 BLUE value IS 54 (21.48% from 255) = 14.1%

R = 51.17%
G = 34.73%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C48536 (or 0xC48536) is known color: Geebung. HEX triplet: C4, 85 and 36. RGB value is (196,133,54). Sum of RGB (Red+Green+Blue) = 196+133+54=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C48536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48536 is #3B7AC9. Grayscale: #8F8F8F. Windows color (decimal): -3898058 or 3573188. OLE color: 3573188.

HSL color Cylindrical-coordinate representation of color #C48536: hue angle of 33.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48536 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 54 -
CMYK 0 0.32 0.72 0.23
HSL 33.38º 0.57% 0.49% -
HSV(B) 33.38º 0.72% 0.77% -
XYZ 31.82 28.78 7.37 -
YUV 142.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 196 133 54 0 0.32 0.72 0.23 33.38 0.57 0.49
Hex C4 85 36 0 20 48 17 21 39 31
Octal 304 205 66 0 40 110 27 41 71 61
Binary 11000100 10000101 110110 0 100000 1001000 10111 100001 111001 110001

Color Harmonies of #C48536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48536

Black with #C48536

Text Example


Text Example

White with #C48536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48536; }

 p { color: rgb(196,133,54); }

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

background-color css

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

 a { background-color: rgb(196,133,54); }

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

border-color css

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

 span { border-color: rgb(196,133,54); }

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