Html Css Color HEX #C18625 Geebung

📋 copy color: '#C18625'

red 193 ◦ green 134 ◦ blue 37

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

Shades of Geebung #C18625

Tints of Geebung #C18625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 53.02%
G = 36.81%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18625 (or 0xC18625) is known color: Geebung. HEX triplet: C1, 86 and 25. RGB value is (193,134,37). Sum of RGB (Red+Green+Blue) = 193+134+37=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18625 is #3E79DA. Grayscale: #8D8D8D. Windows color (decimal): -4094427 or 2459329. OLE color: 2459329.

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

Color convert

RGB 193 134 37 -
CMYK 0 0.31 0.81 0.24
HSL 37.31º 0.68% 0.45% -
HSV(B) 37.31º 0.81% 0.76% -
XYZ 30.85 28.52 5.63 -
YUV 140.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 193 134 37 0 0.31 0.81 0.24 37.31 0.68 0.45
Hex C1 86 25 0 1F 51 18 25 44 2D
Octal 301 206 45 0 37 121 30 45 104 55
Binary 11000001 10000110 100101 0 11111 1010001 11000 100101 1000100 101101

Color Harmonies of #C18625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18625

Black with #C18625

Text Example


Text Example

White with #C18625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18625; }

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

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

background-color css

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

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

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

border-color css

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

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

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