#C38826

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

Shades of Geebung #C38826

Tints of Geebung #C38826

Color information

#C38826 (or 0xC38826) is unknown color: approx Geebung. HEX triplet: C3, 88 and 26. RGB value is (195,136,38). Sum of RGB (Red+Green+Blue) = 195+136+38=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C38826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38826 is #3C77D9. Grayscale: #8E8E8E. Windows color (decimal): -3962842 or 2525379. OLE color: 2525379.

HSL color Cylindrical-coordinate representation of color #C38826: hue angle of 37.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C38826 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19513638-
CMYK00.300.810.24
HSL37.45º67.38%45.69%-
HSV(B)37.45º80.51%76.47%-
XYZ31.6629.355.83-
YUV142.4769.05165.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 38 (15.23% from 255) = 10.30%
R=52.85%
G=36.86%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951363800.300.810.2437.4567.3845.69
HexC3882601E511825432e
Octal30321046036121304510356
Binary11000011100010001001100111101010001110001001011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38826; }

 p { color: rgb(195,136,38); }

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

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

 a { background-color: rgb(195,136,38); }

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

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

 span { border-color: rgb(195,136,38); }

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