Html Css Color HEX #C18325 Geebung

📋 copy color: '#C18325'

red 193 ◦ green 131 ◦ blue 37

#C18325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C18325

Tints of Geebung #C18325

RGB

 RED value IS 193 (75.78% from 255) = 53.46%

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 53.46%
G = 36.29%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18325 (or 0xC18325) is known color: Geebung. HEX triplet: C1, 83 and 25. RGB value is (193,131,37). Sum of RGB (Red+Green+Blue) = 193+131+37=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C18325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18325 is #3E7CDA. Grayscale: #8B8B8B. Windows color (decimal): -4095195 or 2458561. OLE color: 2458561.

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

Color convert

RGB 193 131 37 -
CMYK 0 0.32 0.81 0.24
HSL 36.15º 0.68% 0.45% -
HSV(B) 36.15º 0.81% 0.76% -
XYZ 30.44 27.7 5.49 -
YUV 138.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 193 131 37 0 0.32 0.81 0.24 36.15 0.68 0.45
Hex C1 83 25 0 20 51 18 24 44 2D
Octal 301 203 45 0 40 121 30 44 104 55
Binary 11000001 10000011 100101 0 100000 1010001 11000 100100 1000100 101101

Color Harmonies of #C18325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18325

Black with #C18325

Text Example


Text Example

White with #C18325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18325; }

 p { color: rgb(193,131,37); }

 H1.HeaderClassName
 {
   color: #C18325;
 }
 .AnyTagClassName
 {
   color: #C18325;
 }
</style>

background-color css

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

 a { background-color: rgb(193,131,37); }

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

border-color css

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

 span { border-color: rgb(193,131,37); }

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