Html Css Color HEX #C27C2B Geebung

📋 copy color: '#C27C2B'

red 194 ◦ green 124 ◦ blue 43

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

Shades of Geebung #C27C2B

Tints of Geebung #C27C2B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 53.74%
G = 34.35%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C27C2B (or 0xC27C2B) is known color: Geebung. HEX triplet: C2, 7C and 2B. RGB value is (194,124,43). Sum of RGB (Red+Green+Blue) = 194+124+43=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C2B is #3D83D4. Grayscale: #888888. Windows color (decimal): -4031445 or 2849986. OLE color: 2849986.

HSL color Cylindrical-coordinate representation of color #C27C2B: hue angle of 32.19º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C27C2B is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 43 -
CMYK 0 0.36 0.78 0.24
HSL 32.19º 0.64% 0.46% -
HSV(B) 32.19º 0.78% 0.76% -
XYZ 29.89 26.06 5.74 -
YUV 135.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 194 124 43 0 0.36 0.78 0.24 32.19 0.64 0.46
Hex C2 7C 2B 0 24 4E 18 20 40 2E
Octal 302 174 53 0 44 116 30 40 100 56
Binary 11000010 1111100 101011 0 100100 1001110 11000 100000 1000000 101110

Color Harmonies of #C27C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C2B

Black with #C27C2B

Text Example


Text Example

White with #C27C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C2B; }

 p { color: rgb(194,124,43); }

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

background-color css

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

 a { background-color: rgb(194,124,43); }

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

border-color css

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

 span { border-color: rgb(194,124,43); }

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