Html Css Color HEX #C2831B Geebung

📋 copy color: '#C2831B'

red 194 ◦ green 131 ◦ blue 27

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

Shades of Geebung #C2831B

Tints of Geebung #C2831B

RGB

 RED value IS 194 (76.17% from 255) = 55.11%

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

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 55.11%
G = 37.22%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2831B (or 0xC2831B) is known color: Geebung. HEX triplet: C2, 83 and 1B. RGB value is (194,131,27). Sum of RGB (Red+Green+Blue) = 194+131+27=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2831B is #3D7CE4. Grayscale: #8A8A8A. Windows color (decimal): -4029669 or 1803202. OLE color: 1803202.

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

Color convert

RGB 194 131 27 -
CMYK 0 0.32 0.86 0.24
HSL 37.37º 0.76% 0.43% -
HSV(B) 37.37º 0.86% 0.76% -
XYZ 30.56 27.78 4.79 -
YUV 137.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 194 131 27 0 0.32 0.86 0.24 37.37 0.76 0.43
Hex C2 83 1B 0 20 56 18 25 4C 2B
Octal 302 203 33 0 40 126 30 45 114 53
Binary 11000010 10000011 11011 0 100000 1010110 11000 100101 1001100 101011

Color Harmonies of #C2831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2831B

Black with #C2831B

Text Example


Text Example

White with #C2831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2831B; }

 p { color: rgb(194,131,27); }

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

background-color css

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

 a { background-color: rgb(194,131,27); }

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

border-color css

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

 span { border-color: rgb(194,131,27); }

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