#c38627

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

Shades of Geebung #C38627

Tints of Geebung #C38627

Color information

#C38627 (or 0xC38627) is unknown color: approx Geebung. HEX triplet: C3, 86 and 27. RGB value is (195,134,39). Sum of RGB (Red+Green+Blue) = 195+134+39=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C38627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38627 is #3C79D8. Grayscale: #8D8D8D. Windows color (decimal): -3963353 or 2590403. OLE color: 2590403.

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

Color convert

RGB19513439-
CMYK00.310.800.24
HSL36.54º66.67%45.88%-
HSV(B)36.54º80%76.47%-
XYZ31.428.85.82-
YUV141.4170.21166.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.99%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 39 (15.62% from 255) = 10.60%
R=52.99%
G=36.41%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951343900.310.800.2436.5466.6745.88
HexC3862701F501825432e
Octal30320647037120304510356
Binary11000011100001101001110111111010000110001001011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c38627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c38627; }

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

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

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

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

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

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

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

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