Html Css Color HEX #C1842F Geebung

📋 copy color: '#C1842F'

red 193 ◦ green 132 ◦ blue 47

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

Shades of Geebung #C1842F

Tints of Geebung #C1842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 51.88%
G = 35.48%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1842F (or 0xC1842F) is known color: Geebung. HEX triplet: C1, 84 and 2F. RGB value is (193,132,47). Sum of RGB (Red+Green+Blue) = 193+132+47=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1842F is #3E7BD0. Grayscale: #8C8C8C. Windows color (decimal): -4094929 or 3114177. OLE color: 3114177.

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

Color convert

RGB 193 132 47 -
CMYK 0 0.32 0.76 0.24
HSL 34.93º 0.61% 0.47% -
HSV(B) 34.93º 0.76% 0.76% -
XYZ 30.76 28.05 6.48 -
YUV 140.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 193 132 47 0 0.32 0.76 0.24 34.93 0.61 0.47
Hex C1 84 2F 0 20 4C 18 23 3D 2F
Octal 301 204 57 0 40 114 30 43 75 57
Binary 11000001 10000100 101111 0 100000 1001100 11000 100011 111101 101111

Color Harmonies of #C1842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1842F

Black with #C1842F

Text Example


Text Example

White with #C1842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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