Html Css Color HEX #C18636 Geebung

📋 copy color: '#C18636'

red 193 ◦ green 134 ◦ blue 54

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

Shades of Geebung #C18636

Tints of Geebung #C18636

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 54 (21.48% from 255) = 14.17%

R = 50.66%
G = 35.17%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C18636 (or 0xC18636) is known color: Geebung. HEX triplet: C1, 86 and 36. RGB value is (193,134,54). Sum of RGB (Red+Green+Blue) = 193+134+54=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C18636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18636 is #3E79C9. Grayscale: #8E8E8E. Windows color (decimal): -4094410 or 3573441. OLE color: 3573441.

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

Color convert

RGB 193 134 54 -
CMYK 0 0.31 0.72 0.24
HSL 34.53º 0.56% 0.48% -
HSV(B) 34.53º 0.72% 0.76% -
XYZ 31.18 28.65 7.38 -
YUV 142.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 193 134 54 0 0.31 0.72 0.24 34.53 0.56 0.48
Hex C1 86 36 0 1F 48 18 23 38 30
Octal 301 206 66 0 37 110 30 43 70 60
Binary 11000001 10000110 110110 0 11111 1001000 11000 100011 111000 110000

Color Harmonies of #C18636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18636

Black with #C18636

Text Example


Text Example

White with #C18636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18636; }

 p { color: rgb(193,134,54); }

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

background-color css

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

 a { background-color: rgb(193,134,54); }

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

border-color css

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

 span { border-color: rgb(193,134,54); }

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