#C38628

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

Shades of Geebung #C38628

Tints of Geebung #C38628

Color information

#C38628 (or 0xC38628) is unknown color: approx Geebung. HEX triplet: C3, 86 and 28. RGB value is (195,134,40). Sum of RGB (Red+Green+Blue) = 195+134+40=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C38628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38628 is #3C79D7. Grayscale: #8D8D8D. Windows color (decimal): -3963352 or 2655939. OLE color: 2655939.

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

Color convert

RGB19513440-
CMYK00.310.790.24
HSL36.39º65.96%46.08%-
HSV(B)36.39º79.49%76.47%-
XYZ31.4128.815.91-
YUV141.5270.71166.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 40 (16.02% from 255) = 10.84%
R=52.85%
G=36.31%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951344000.310.790.2436.3965.9646.08
HexC3862801F4F1824422e
Octal30320650037117304410256
Binary11000011100001101010000111111001111110001001001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38628; }

 p { color: rgb(195,134,40); }

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

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

 a { background-color: rgb(195,134,40); }

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

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

 span { border-color: rgb(195,134,40); }

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