Html Css Color HEX #C18531 Geebung

📋 copy color: '#C18531'

red 193 ◦ green 133 ◦ blue 49

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

Shades of Geebung #C18531

Tints of Geebung #C18531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 51.47%
G = 35.47%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C18531 (or 0xC18531) is known color: Geebung. HEX triplet: C1, 85 and 31. RGB value is (193,133,49). Sum of RGB (Red+Green+Blue) = 193+133+49=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C18531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18531 is #3E7ACE. Grayscale: #8D8D8D. Windows color (decimal): -4094671 or 3245505. OLE color: 3245505.

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

Color convert

RGB 193 133 49 -
CMYK 0 0.31 0.75 0.24
HSL 35º 0.6% 0.47% -
HSV(B) 35º 0.75% 0.76% -
XYZ 30.93 28.33 6.74 -
YUV 141.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 193 133 49 0 0.31 0.75 0.24 35 0.6 0.47
Hex C1 85 31 0 1F 4B 18 23 3C 2F
Octal 301 205 61 0 37 113 30 43 74 57
Binary 11000001 10000101 110001 0 11111 1001011 11000 100011 111100 101111

Color Harmonies of #C18531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18531

Black with #C18531

Text Example


Text Example

White with #C18531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18531; }

 p { color: rgb(193,133,49); }

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

background-color css

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

 a { background-color: rgb(193,133,49); }

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

border-color css

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

 span { border-color: rgb(193,133,49); }

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