Html Css Color HEX #C2831F Geebung

📋 copy color: '#C2831F'

red 194 ◦ green 131 ◦ blue 31

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

Shades of Geebung #C2831F

Tints of Geebung #C2831F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 54.49%
G = 36.8%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2831F (or 0xC2831F) is known color: Geebung. HEX triplet: C2, 83 and 1F. RGB value is (194,131,31). Sum of RGB (Red+Green+Blue) = 194+131+31=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2831F is #3D7CE0. Grayscale: #8A8A8A. Windows color (decimal): -4029665 or 2065346. OLE color: 2065346.

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

Color convert

RGB 194 131 31 -
CMYK 0 0.32 0.84 0.24
HSL 36.81º 0.72% 0.44% -
HSV(B) 36.81º 0.84% 0.76% -
XYZ 30.61 27.8 5.05 -
YUV 138.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 194 131 31 0 0.32 0.84 0.24 36.81 0.72 0.44
Hex C2 83 1F 0 20 54 18 25 48 2C
Octal 302 203 37 0 40 124 30 45 110 54
Binary 11000010 10000011 11111 0 100000 1010100 11000 100101 1001000 101100

Color Harmonies of #C2831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2831F

Black with #C2831F

Text Example


Text Example

White with #C2831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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