Html Css Color HEX #C27F2B Geebung

📋 copy color: '#C27F2B'

red 194 ◦ green 127 ◦ blue 43

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

Shades of Geebung #C27F2B

Tints of Geebung #C27F2B

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

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

R = 53.3%
G = 34.89%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C27F2B (or 0xC27F2B) is known color: Geebung. HEX triplet: C2, 7F and 2B. RGB value is (194,127,43). Sum of RGB (Red+Green+Blue) = 194+127+43=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F2B is #3D80D4. Grayscale: #898989. Windows color (decimal): -4030677 or 2850754. OLE color: 2850754.

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

Color convert

RGB 194 127 43 -
CMYK 0 0.35 0.78 0.24
HSL 33.38º 0.64% 0.46% -
HSV(B) 33.38º 0.78% 0.76% -
XYZ 30.27 26.82 5.87 -
YUV 137.46 74.7 168.33 -
System Red Green Blue C M Y K H S L
Decimal 194 127 43 0 0.35 0.78 0.24 33.38 0.64 0.46
Hex C2 7F 2B 0 23 4E 18 21 40 2E
Octal 302 177 53 0 43 116 30 41 100 56
Binary 11000010 1111111 101011 0 100011 1001110 11000 100001 1000000 101110

Color Harmonies of #C27F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F2B

Black with #C27F2B

Text Example


Text Example

White with #C27F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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