Html Css Color HEX #C18831 Geebung

📋 copy color: '#C18831'

red 193 ◦ green 136 ◦ blue 49

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

Shades of Geebung #C18831

Tints of Geebung #C18831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 51.06%
G = 35.98%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C18831 (or 0xC18831) is known color: Geebung. HEX triplet: C1, 88 and 31. RGB value is (193,136,49). Sum of RGB (Red+Green+Blue) = 193+136+49=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18831 is #3E77CE. Grayscale: #8F8F8F. Windows color (decimal): -4093903 or 3246273. OLE color: 3246273.

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

Color convert

RGB 193 136 49 -
CMYK 0 0.30 0.75 0.24
HSL 36.25º 0.6% 0.47% -
HSV(B) 36.25º 0.75% 0.76% -
XYZ 31.35 29.17 6.88 -
YUV 143.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 193 136 49 0 0.30 0.75 0.24 36.25 0.6 0.47
Hex C1 88 31 0 1E 4B 18 24 3C 2F
Octal 301 210 61 0 36 113 30 44 74 57
Binary 11000001 10001000 110001 0 11110 1001011 11000 100100 111100 101111

Color Harmonies of #C18831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18831

Black with #C18831

Text Example


Text Example

White with #C18831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18831; }

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

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

background-color css

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

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

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

border-color css

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

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

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