Html Css Color HEX #C2832D Geebung

📋 copy color: '#C2832D'

red 194 ◦ green 131 ◦ blue 45

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

Shades of Geebung #C2832D

Tints of Geebung #C2832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 52.43%
G = 35.41%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2832D (or 0xC2832D) is known color: Geebung. HEX triplet: C2, 83 and 2D. RGB value is (194,131,45). Sum of RGB (Red+Green+Blue) = 194+131+45=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2832D is #3D7CD2. Grayscale: #8C8C8C. Windows color (decimal): -4029651 or 2982850. OLE color: 2982850.

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

Color convert

RGB 194 131 45 -
CMYK 0 0.32 0.77 0.24
HSL 34.63º 0.62% 0.47% -
HSV(B) 34.63º 0.77% 0.76% -
XYZ 30.84 27.89 6.24 -
YUV 140.03 74.37 166.49 -
System Red Green Blue C M Y K H S L
Decimal 194 131 45 0 0.32 0.77 0.24 34.63 0.62 0.47
Hex C2 83 2D 0 20 4D 18 23 3E 2F
Octal 302 203 55 0 40 115 30 43 76 57
Binary 11000010 10000011 101101 0 100000 1001101 11000 100011 111110 101111

Color Harmonies of #C2832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2832D

Black with #C2832D

Text Example


Text Example

White with #C2832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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