Html Css Color HEX #C18432 Geebung

📋 copy color: '#C18432'

red 193 ◦ green 132 ◦ blue 50

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

Shades of Geebung #C18432

Tints of Geebung #C18432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 51.47%
G = 35.2%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C18432 (or 0xC18432) is known color: Geebung. HEX triplet: C1, 84 and 32. RGB value is (193,132,50). Sum of RGB (Red+Green+Blue) = 193+132+50=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C18432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18432 is #3E7BCD. Grayscale: #8D8D8D. Windows color (decimal): -4094926 or 3310785. OLE color: 3310785.

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

Color convert

RGB 193 132 50 -
CMYK 0 0.32 0.74 0.24
HSL 34.41º 0.59% 0.48% -
HSV(B) 34.41º 0.74% 0.76% -
XYZ 30.82 28.07 6.81 -
YUV 140.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 193 132 50 0 0.32 0.74 0.24 34.41 0.59 0.48
Hex C1 84 32 0 20 4A 18 22 3B 30
Octal 301 204 62 0 40 112 30 42 73 60
Binary 11000001 10000100 110010 0 100000 1001010 11000 100010 111011 110000

Color Harmonies of #C18432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18432

Black with #C18432

Text Example


Text Example

White with #C18432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18432; }

 p { color: rgb(193,132,50); }

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

background-color css

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

 a { background-color: rgb(193,132,50); }

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

border-color css

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

 span { border-color: rgb(193,132,50); }

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