Html Css Color HEX #C18236 Geebung

📋 copy color: '#C18236'

red 193 ◦ green 130 ◦ blue 54

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

Shades of Geebung #C18236

Tints of Geebung #C18236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 51.19%
G = 34.48%
B = 14.32%

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

#C18236 (or 0xC18236) is known color: Geebung. HEX triplet: C1, 82 and 36. RGB value is (193,130,54). Sum of RGB (Red+Green+Blue) = 193+130+54=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C18236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18236 is #3E7DC9. Grayscale: #8C8C8C. Windows color (decimal): -4095434 or 3572417. OLE color: 3572417.

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

Color convert

RGB 193 130 54 -
CMYK 0 0.33 0.72 0.24
HSL 32.81º 0.56% 0.48% -
HSV(B) 32.81º 0.72% 0.76% -
XYZ 30.64 27.57 7.2 -
YUV 140.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 193 130 54 0 0.33 0.72 0.24 32.81 0.56 0.48
Hex C1 82 36 0 21 48 18 21 38 30
Octal 301 202 66 0 41 110 30 41 70 60
Binary 11000001 10000010 110110 0 100001 1001000 11000 100001 111000 110000

Color Harmonies of #C18236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18236

Black with #C18236

Text Example


Text Example

White with #C18236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18236; }

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

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

background-color css

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

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

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

border-color css

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

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

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