Html Css Color HEX #C18235 Geebung

📋 copy color: '#C18235'

red 193 ◦ green 130 ◦ blue 53

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

Shades of Geebung #C18235

Tints of Geebung #C18235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 51.33%
G = 34.57%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18235 (or 0xC18235) is known color: Geebung. HEX triplet: C1, 82 and 35. RGB value is (193,130,53). Sum of RGB (Red+Green+Blue) = 193+130+53=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C18235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18235 is #3E7DCA. Grayscale: #8C8C8C. Windows color (decimal): -4095435 or 3506881. OLE color: 3506881.

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

Color convert

RGB 193 130 53 -
CMYK 0 0.33 0.73 0.24
HSL 33º 0.57% 0.48% -
HSV(B) 33º 0.73% 0.76% -
XYZ 30.62 27.56 7.07 -
YUV 140.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 193 130 53 0 0.33 0.73 0.24 33 0.57 0.48
Hex C1 82 35 0 21 49 18 21 39 30
Octal 301 202 65 0 41 111 30 41 71 60
Binary 11000001 10000010 110101 0 100001 1001001 11000 100001 111001 110000

Color Harmonies of #C18235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18235

Black with #C18235

Text Example


Text Example

White with #C18235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18235; }

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

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

background-color css

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

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

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

border-color css

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

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

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