#C48630

Color #C48630 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C48630

Tints of Geebung #C48630

Color information

#C48630 (or 0xC48630) is unknown color: approx Geebung. HEX triplet: C4, 86 and 30. RGB value is (196,134,48). Sum of RGB (Red+Green+Blue) = 196+134+48=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C48630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48630 is #3B79CF. Grayscale: #8F8F8F. Windows color (decimal): -3897808 or 3180228. OLE color: 3180228.

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

Color convert

RGB19613448-
CMYK00.320.760.23
HSL34.86º60.66%47.84%-
HSV(B)34.86º75.51%76.86%-
XYZ31.82296.72-
YUV142.7374.54165.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.85%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=51.85%
G=35.45%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961344800.320.760.2334.8660.6647.84
HexC486300204C17233d30
Octal3042066004011427437560
Binary11000100100001101100000100000100110010111100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48630; }

 p { color: rgb(196,134,48); }

 H1.HeaderClassName
 {
   color: #C48630;
 }
 .AnyTagClassName
 {
   color: #C48630;
 }
</style>
background-color css

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

 a { background-color: rgb(196,134,48); }

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

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

 span { border-color: rgb(196,134,48); }

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