Html Css Color HEX #C18337 Geebung

📋 copy color: '#C18337'

red 193 ◦ green 131 ◦ blue 55

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

Shades of Geebung #C18337

Tints of Geebung #C18337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.51%

R = 50.92%
G = 34.56%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C18337 (or 0xC18337) is known color: Geebung. HEX triplet: C1, 83 and 37. RGB value is (193,131,55). Sum of RGB (Red+Green+Blue) = 193+131+55=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C18337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18337 is #3E7CC8. Grayscale: #8D8D8D. Windows color (decimal): -4095177 or 3638209. OLE color: 3638209.

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

Color convert

RGB 193 131 55 -
CMYK 0 0.32 0.72 0.24
HSL 33.04º 0.56% 0.49% -
HSV(B) 33.04º 0.72% 0.76% -
XYZ 30.8 27.85 7.37 -
YUV 140.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 193 131 55 0 0.32 0.72 0.24 33.04 0.56 0.49
Hex C1 83 37 0 20 48 18 21 38 31
Octal 301 203 67 0 40 110 30 41 70 61
Binary 11000001 10000011 110111 0 100000 1001000 11000 100001 111000 110001

Color Harmonies of #C18337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18337

Black with #C18337

Text Example


Text Example

White with #C18337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18337; }

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

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

background-color css

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

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

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

border-color css

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

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

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