Html Css Color HEX #C18635 Geebung

📋 copy color: '#C18635'

red 193 ◦ green 134 ◦ blue 53

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

Shades of Geebung #C18635

Tints of Geebung #C18635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

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

R = 50.79%
G = 35.26%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18635 (or 0xC18635) is known color: Geebung. HEX triplet: C1, 86 and 35. RGB value is (193,134,53). Sum of RGB (Red+Green+Blue) = 193+134+53=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C18635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18635 is #3E79CA. Grayscale: #8E8E8E. Windows color (decimal): -4094411 or 3507905. OLE color: 3507905.

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

Color convert

RGB 193 134 53 -
CMYK 0 0.31 0.73 0.24
HSL 34.71º 0.57% 0.48% -
HSV(B) 34.71º 0.73% 0.76% -
XYZ 31.16 28.64 7.25 -
YUV 142.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 193 134 53 0 0.31 0.73 0.24 34.71 0.57 0.48
Hex C1 86 35 0 1F 49 18 23 39 30
Octal 301 206 65 0 37 111 30 43 71 60
Binary 11000001 10000110 110101 0 11111 1001001 11000 100011 111001 110000

Color Harmonies of #C18635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18635

Black with #C18635

Text Example


Text Example

White with #C18635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18635; }

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

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

background-color css

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

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

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

border-color css

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

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

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