Html Css Color HEX #C2831D Geebung

📋 copy color: '#C2831D'

red 194 ◦ green 131 ◦ blue 29

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

Shades of Geebung #C2831D

Tints of Geebung #C2831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 54.8%
G = 37.01%
B = 8.19%

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

#C2831D (or 0xC2831D) is known color: Geebung. HEX triplet: C2, 83 and 1D. RGB value is (194,131,29). Sum of RGB (Red+Green+Blue) = 194+131+29=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2831D is #3D7CE2. Grayscale: #8A8A8A. Windows color (decimal): -4029667 or 1934274. OLE color: 1934274.

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

Color convert

RGB 194 131 29 -
CMYK 0 0.32 0.85 0.24
HSL 37.09º 0.74% 0.44% -
HSV(B) 37.09º 0.85% 0.76% -
XYZ 30.59 27.79 4.91 -
YUV 138.21 66.37 167.79 -
System Red Green Blue C M Y K H S L
Decimal 194 131 29 0 0.32 0.85 0.24 37.09 0.74 0.44
Hex C2 83 1D 0 20 55 18 25 4A 2C
Octal 302 203 35 0 40 125 30 45 112 54
Binary 11000010 10000011 11101 0 100000 1010101 11000 100101 1001010 101100

Color Harmonies of #C2831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2831D

Black with #C2831D

Text Example


Text Example

White with #C2831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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