Html Css Color HEX #C18136 Geebung

📋 copy color: '#C18136'

red 193 ◦ green 129 ◦ blue 54

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

Shades of Geebung #C18136

Tints of Geebung #C18136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 51.33%
G = 34.31%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C18136 (or 0xC18136) is known color: Geebung. HEX triplet: C1, 81 and 36. RGB value is (193,129,54). Sum of RGB (Red+Green+Blue) = 193+129+54=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C18136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18136 is #3E7EC9. Grayscale: #8B8B8B. Windows color (decimal): -4095690 or 3572161. OLE color: 3572161.

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

Color convert

RGB 193 129 54 -
CMYK 0 0.33 0.72 0.24
HSL 32.37º 0.56% 0.48% -
HSV(B) 32.37º 0.72% 0.76% -
XYZ 30.51 27.3 7.15 -
YUV 139.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 193 129 54 0 0.33 0.72 0.24 32.37 0.56 0.48
Hex C1 81 36 0 21 48 18 20 38 30
Octal 301 201 66 0 41 110 30 40 70 60
Binary 11000001 10000001 110110 0 100001 1001000 11000 100000 111000 110000

Color Harmonies of #C18136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18136

Black with #C18136

Text Example


Text Example

White with #C18136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18136; }

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

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

background-color css

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

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

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

border-color css

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

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

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