Html Css Color HEX #C18327 Geebung

📋 copy color: '#C18327'

red 193 ◦ green 131 ◦ blue 39

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

Shades of Geebung #C18327

Tints of Geebung #C18327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 53.17%
G = 36.09%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C18327 (or 0xC18327) is known color: Geebung. HEX triplet: C1, 83 and 27. RGB value is (193,131,39). Sum of RGB (Red+Green+Blue) = 193+131+39=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C18327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18327 is #3E7CD8. Grayscale: #8B8B8B. Windows color (decimal): -4095193 or 2589633. OLE color: 2589633.

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

Color convert

RGB 193 131 39 -
CMYK 0 0.32 0.80 0.24
HSL 35.84º 0.66% 0.45% -
HSV(B) 35.84º 0.8% 0.76% -
XYZ 30.47 27.72 5.66 -
YUV 139.05 71.54 166.48 -
System Red Green Blue C M Y K H S L
Decimal 193 131 39 0 0.32 0.80 0.24 35.84 0.66 0.45
Hex C1 83 27 0 20 50 18 24 42 2D
Octal 301 203 47 0 40 120 30 44 102 55
Binary 11000001 10000011 100111 0 100000 1010000 11000 100100 1000010 101101

Color Harmonies of #C18327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18327

Black with #C18327

Text Example


Text Example

White with #C18327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18327; }

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

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

background-color css

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

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

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

border-color css

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

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

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