Html Css Color HEX #C2842F Geebung

📋 copy color: '#C2842F'

red 194 ◦ green 132 ◦ blue 47

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

Shades of Geebung #C2842F

Tints of Geebung #C2842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 52.01%
G = 35.39%
B = 12.6%

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

#C2842F (or 0xC2842F) is known color: Geebung. HEX triplet: C2, 84 and 2F. RGB value is (194,132,47). Sum of RGB (Red+Green+Blue) = 194+132+47=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2842F is #3D7BD0. Grayscale: #8D8D8D. Windows color (decimal): -4029393 or 3114178. OLE color: 3114178.

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

Color convert

RGB 194 132 47 -
CMYK 0 0.32 0.76 0.24
HSL 34.69º 0.61% 0.47% -
HSV(B) 34.69º 0.76% 0.76% -
XYZ 31.01 28.18 6.49 -
YUV 140.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 194 132 47 0 0.32 0.76 0.24 34.69 0.61 0.47
Hex C2 84 2F 0 20 4C 18 23 3D 2F
Octal 302 204 57 0 40 114 30 43 75 57
Binary 11000010 10000100 101111 0 100000 1001100 11000 100011 111101 101111

Color Harmonies of #C2842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2842F

Black with #C2842F

Text Example


Text Example

White with #C2842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2842F; }

 p { color: rgb(194,132,47); }

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

background-color css

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

 a { background-color: rgb(194,132,47); }

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

border-color css

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

 span { border-color: rgb(194,132,47); }

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