Html Css Color HEX #C18326 Geebung

📋 copy color: '#C18326'

red 193 ◦ green 131 ◦ blue 38

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

Shades of Geebung #C18326

Tints of Geebung #C18326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.5%

R = 53.31%
G = 36.19%
B = 10.5%

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

#C18326 (or 0xC18326) is known color: Geebung. HEX triplet: C1, 83 and 26. RGB value is (193,131,38). Sum of RGB (Red+Green+Blue) = 193+131+38=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C18326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18326 is #3E7CD9. Grayscale: #8B8B8B. Windows color (decimal): -4095194 or 2524097. OLE color: 2524097.

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

Color convert

RGB 193 131 38 -
CMYK 0 0.32 0.80 0.24
HSL 36º 0.67% 0.45% -
HSV(B) 36º 0.8% 0.76% -
XYZ 30.46 27.71 5.58 -
YUV 138.94 71.04 166.56 -
System Red Green Blue C M Y K H S L
Decimal 193 131 38 0 0.32 0.80 0.24 36 0.67 0.45
Hex C1 83 26 0 20 50 18 24 43 2D
Octal 301 203 46 0 40 120 30 44 103 55
Binary 11000001 10000011 100110 0 100000 1010000 11000 100100 1000011 101101

Color Harmonies of #C18326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18326

Black with #C18326

Text Example


Text Example

White with #C18326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18326; }

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

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

background-color css

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

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

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

border-color css

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

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

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