Html Css Color HEX #C18825 Geebung

📋 copy color: '#C18825'

red 193 ◦ green 136 ◦ blue 37

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

Shades of Geebung #C18825

Tints of Geebung #C18825

RGB

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

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

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

R = 52.73%
G = 37.16%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18825 (or 0xC18825) is known color: Geebung. HEX triplet: C1, 88 and 25. RGB value is (193,136,37). Sum of RGB (Red+Green+Blue) = 193+136+37=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C18825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18825 is #3E77DA. Grayscale: #8E8E8E. Windows color (decimal): -4093915 or 2459841. OLE color: 2459841.

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

Color convert

RGB 193 136 37 -
CMYK 0 0.30 0.81 0.24
HSL 38.08º 0.68% 0.45% -
HSV(B) 38.08º 0.81% 0.76% -
XYZ 31.13 29.08 5.72 -
YUV 141.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 193 136 37 0 0.30 0.81 0.24 38.08 0.68 0.45
Hex C1 88 25 0 1E 51 18 26 44 2D
Octal 301 210 45 0 36 121 30 46 104 55
Binary 11000001 10001000 100101 0 11110 1010001 11000 100110 1000100 101101

Color Harmonies of #C18825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18825

Black with #C18825

Text Example


Text Example

White with #C18825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18825; }

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

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

background-color css

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

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

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

border-color css

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

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

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