Html Css Color HEX #C1832F Geebung

📋 copy color: '#C1832F'

red 193 ◦ green 131 ◦ blue 47

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

Shades of Geebung #C1832F

Tints of Geebung #C1832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 52.02%
G = 35.31%
B = 12.67%

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

#C1832F (or 0xC1832F) is known color: Geebung. HEX triplet: C1, 83 and 2F. RGB value is (193,131,47). Sum of RGB (Red+Green+Blue) = 193+131+47=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1832F is #3E7CD0. Grayscale: #8C8C8C. Windows color (decimal): -4095185 or 3113921. OLE color: 3113921.

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

Color convert

RGB 193 131 47 -
CMYK 0 0.32 0.76 0.24
HSL 34.52º 0.61% 0.47% -
HSV(B) 34.52º 0.76% 0.76% -
XYZ 30.62 27.78 6.44 -
YUV 139.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 193 131 47 0 0.32 0.76 0.24 34.52 0.61 0.47
Hex C1 83 2F 0 20 4C 18 23 3D 2F
Octal 301 203 57 0 40 114 30 43 75 57
Binary 11000001 10000011 101111 0 100000 1001100 11000 100011 111101 101111

Color Harmonies of #C1832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1832F

Black with #C1832F

Text Example


Text Example

White with #C1832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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