Html Css Color HEX #C18434 Geebung

📋 copy color: '#C18434'

red 193 ◦ green 132 ◦ blue 52

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

Shades of Geebung #C18434

Tints of Geebung #C18434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.79%

R = 51.19%
G = 35.01%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18434 (or 0xC18434) is known color: Geebung. HEX triplet: C1, 84 and 34. RGB value is (193,132,52). Sum of RGB (Red+Green+Blue) = 193+132+52=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C18434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18434 is #3E7BCB. Grayscale: #8D8D8D. Windows color (decimal): -4094924 or 3441857. OLE color: 3441857.

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

Color convert

RGB 193 132 52 -
CMYK 0 0.32 0.73 0.24
HSL 34.04º 0.58% 0.48% -
HSV(B) 34.04º 0.73% 0.76% -
XYZ 30.86 28.09 7.04 -
YUV 141.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 193 132 52 0 0.32 0.73 0.24 34.04 0.58 0.48
Hex C1 84 34 0 20 49 18 22 3A 30
Octal 301 204 64 0 40 111 30 42 72 60
Binary 11000001 10000100 110100 0 100000 1001001 11000 100010 111010 110000

Color Harmonies of #C18434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18434

Black with #C18434

Text Example


Text Example

White with #C18434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18434; }

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

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

background-color css

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

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

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

border-color css

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

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

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