Html Css Color HEX #C18225 Geebung

📋 copy color: '#C18225'

red 193 ◦ green 130 ◦ blue 37

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

Shades of Geebung #C18225

Tints of Geebung #C18225

RGB

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

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

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

R = 53.61%
G = 36.11%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18225 (or 0xC18225) is known color: Geebung. HEX triplet: C1, 82 and 25. RGB value is (193,130,37). Sum of RGB (Red+Green+Blue) = 193+130+37=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C18225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18225 is #3E7DDA. Grayscale: #8A8A8A. Windows color (decimal): -4095451 or 2458305. OLE color: 2458305.

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

Color convert

RGB 193 130 37 -
CMYK 0 0.33 0.81 0.24
HSL 35.77º 0.68% 0.45% -
HSV(B) 35.77º 0.81% 0.76% -
XYZ 30.31 27.44 5.45 -
YUV 138.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 193 130 37 0 0.33 0.81 0.24 35.77 0.68 0.45
Hex C1 82 25 0 21 51 18 24 44 2D
Octal 301 202 45 0 41 121 30 44 104 55
Binary 11000001 10000010 100101 0 100001 1010001 11000 100100 1000100 101101

Color Harmonies of #C18225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18225

Black with #C18225

Text Example


Text Example

White with #C18225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18225; }

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

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

background-color css

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

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

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

border-color css

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

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

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