#C48026

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

Shades of Geebung #C48026

Tints of Geebung #C48026

Color information

#C48026 (or 0xC48026) is unknown color: approx Geebung. HEX triplet: C4, 80 and 26. RGB value is (196,128,38). Sum of RGB (Red+Green+Blue) = 196+128+38=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C48026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48026 is #3B7FD9. Grayscale: #8A8A8A. Windows color (decimal): -3899354 or 2523332. OLE color: 2523332.

HSL color Cylindrical-coordinate representation of color #C48026: hue angle of 34.18º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C48026 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19612838-
CMYK00.350.810.23
HSL34.18º67.52%45.88%-
HSV(B)34.18º80.61%76.86%-
XYZ30.8327.315.48-
YUV138.0771.53169.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.14%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 38 (15.23% from 255) = 10.50%
R=54.14%
G=35.36%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961283800.350.810.2334.1867.5245.88
HexC48026023511722442e
Octal30420046043121274210456
Binary110001001000000010011001000111010001101111000101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48026; }

 p { color: rgb(196,128,38); }

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

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

 a { background-color: rgb(196,128,38); }

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

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

 span { border-color: rgb(196,128,38); }

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