#C48123

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

Shades of Geebung #C48123

Tints of Geebung #C48123

Color information

#C48123 (or 0xC48123) is unknown color: approx Geebung. HEX triplet: C4, 81 and 23. RGB value is (196,129,35). Sum of RGB (Red+Green+Blue) = 196+129+35=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C48123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48123 is #3B7EDC. Grayscale: #8A8A8A. Windows color (decimal): -3899101 or 2326980. OLE color: 2326980.

HSL color Cylindrical-coordinate representation of color #C48123: hue angle of 35.03º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C48123 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB19612935-
CMYK00.340.820.23
HSL35.03º69.7%45.29%-
HSV(B)35.03º82.14%76.86%-
XYZ30.9227.565.28-
YUV138.3269.7169.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.44%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 35 (14.06% from 255) = 9.72%
R=54.44%
G=35.83%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961293500.340.820.2335.0369.745.29
HexC48123022521723462d
Octal30420143042122274310655
Binary110001001000000110001101000101010010101111000111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48123; }

 p { color: rgb(196,129,35); }

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

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

 a { background-color: rgb(196,129,35); }

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

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

 span { border-color: rgb(196,129,35); }

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