#C38523

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

Shades of Geebung #C38523

Tints of Geebung #C38523

Color information

#C38523 (or 0xC38523) is unknown color: approx Geebung. HEX triplet: C3, 85 and 23. RGB value is (195,133,35). Sum of RGB (Red+Green+Blue) = 195+133+35=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38523 is #3C7ADC. Grayscale: #8C8C8C. Windows color (decimal): -3963613 or 2328003. OLE color: 2328003.

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

Color convert

RGB19513335-
CMYK00.320.820.24
HSL36.75º69.57%45.1%-
HSV(B)36.75º82.05%76.47%-
XYZ31.228.55.45-
YUV140.3768.54166.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 35 (14.06% from 255) = 9.64%
R=53.72%
G=36.64%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951333500.320.820.2436.7569.5745.1
HexC38523020521825462d
Octal30320543040122304510655
Binary110000111000010110001101000001010010110001001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38523; }

 p { color: rgb(195,133,35); }

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

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

 a { background-color: rgb(195,133,35); }

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

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

 span { border-color: rgb(195,133,35); }

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