Html Css Color HEX #C1841C Geebung

📋 copy color: '#C1841C'

red 193 ◦ green 132 ◦ blue 28

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

Shades of Geebung #C1841C

Tints of Geebung #C1841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 54.67%
G = 37.39%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1841C (or 0xC1841C) is known color: Geebung. HEX triplet: C1, 84 and 1C. RGB value is (193,132,28). Sum of RGB (Red+Green+Blue) = 193+132+28=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1841C is #3E7BE3. Grayscale: #8A8A8A. Windows color (decimal): -4094948 or 1868993. OLE color: 1868993.

HSL color Cylindrical-coordinate representation of color #C1841C: hue angle of 37.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1841C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 28 -
CMYK 0 0.32 0.85 0.24
HSL 37.82º 0.75% 0.43% -
HSV(B) 37.82º 0.85% 0.76% -
XYZ 30.45 27.92 4.88 -
YUV 138.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 193 132 28 0 0.32 0.85 0.24 37.82 0.75 0.43
Hex C1 84 1C 0 20 55 18 26 4B 2B
Octal 301 204 34 0 40 125 30 46 113 53
Binary 11000001 10000100 11100 0 100000 1010101 11000 100110 1001011 101011

Color Harmonies of #C1841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1841C

Black with #C1841C

Text Example


Text Example

White with #C1841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1841C; }

 p { color: rgb(193,132,28); }

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

background-color css

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

 a { background-color: rgb(193,132,28); }

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

border-color css

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

 span { border-color: rgb(193,132,28); }

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