Html Css Color HEX #C18231 Geebung

📋 copy color: '#C18231'

red 193 ◦ green 130 ◦ blue 49

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

Shades of Geebung #C18231

Tints of Geebung #C18231

RGB

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

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

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

R = 51.88%
G = 34.95%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C18231 (or 0xC18231) is known color: Geebung. HEX triplet: C1, 82 and 31. RGB value is (193,130,49). Sum of RGB (Red+Green+Blue) = 193+130+49=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C18231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18231 is #3E7DCE. Grayscale: #8B8B8B. Windows color (decimal): -4095439 or 3244737. OLE color: 3244737.

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

Color convert

RGB 193 130 49 -
CMYK 0 0.33 0.75 0.24
HSL 33.75º 0.6% 0.47% -
HSV(B) 33.75º 0.75% 0.76% -
XYZ 30.53 27.52 6.61 -
YUV 139.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 193 130 49 0 0.33 0.75 0.24 33.75 0.6 0.47
Hex C1 82 31 0 21 4B 18 22 3C 2F
Octal 301 202 61 0 41 113 30 42 74 57
Binary 11000001 10000010 110001 0 100001 1001011 11000 100010 111100 101111

Color Harmonies of #C18231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18231

Black with #C18231

Text Example


Text Example

White with #C18231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18231; }

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

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

background-color css

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

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

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

border-color css

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

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

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