Html Css Color HEX #C2841B Geebung

📋 copy color: '#C2841B'

red 194 ◦ green 132 ◦ blue 27

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

Shades of Geebung #C2841B

Tints of Geebung #C2841B

RGB

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

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

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

R = 54.96%
G = 37.39%
B = 7.65%

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

#C2841B (or 0xC2841B) is known color: Geebung. HEX triplet: C2, 84 and 1B. RGB value is (194,132,27). Sum of RGB (Red+Green+Blue) = 194+132+27=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2841B is #3D7BE4. Grayscale: #8B8B8B. Windows color (decimal): -4029413 or 1803458. OLE color: 1803458.

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

Color convert

RGB 194 132 27 -
CMYK 0 0.32 0.86 0.24
HSL 37.72º 0.76% 0.43% -
HSV(B) 37.72º 0.86% 0.76% -
XYZ 30.7 28.05 4.83 -
YUV 138.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 194 132 27 0 0.32 0.86 0.24 37.72 0.76 0.43
Hex C2 84 1B 0 20 56 18 26 4C 2B
Octal 302 204 33 0 40 126 30 46 114 53
Binary 11000010 10000100 11011 0 100000 1010110 11000 100110 1001100 101011

Color Harmonies of #C2841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2841B

Black with #C2841B

Text Example


Text Example

White with #C2841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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