Html Css Color HEX #C18328 Geebung

📋 copy color: '#C18328'

red 193 ◦ green 131 ◦ blue 40

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

Shades of Geebung #C18328

Tints of Geebung #C18328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.99%

R = 53.02%
G = 35.99%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C18328 (or 0xC18328) is known color: Geebung. HEX triplet: C1, 83 and 28. RGB value is (193,131,40). Sum of RGB (Red+Green+Blue) = 193+131+40=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18328 is #3E7CD7. Grayscale: #8B8B8B. Windows color (decimal): -4095192 or 2655169. OLE color: 2655169.

HSL color Cylindrical-coordinate representation of color #C18328: hue angle of 35.69º 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 #C18328 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 131 40 -
CMYK 0 0.32 0.79 0.24
HSL 35.69º 0.66% 0.46% -
HSV(B) 35.69º 0.79% 0.76% -
XYZ 30.49 27.72 5.75 -
YUV 139.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 193 131 40 0 0.32 0.79 0.24 35.69 0.66 0.46
Hex C1 83 28 0 20 4F 18 24 42 2E
Octal 301 203 50 0 40 117 30 44 102 56
Binary 11000001 10000011 101000 0 100000 1001111 11000 100100 1000010 101110

Color Harmonies of #C18328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18328

Black with #C18328

Text Example


Text Example

White with #C18328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18328; }

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

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

background-color css

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

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

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

border-color css

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

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

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