Html Css Color HEX #C27F28 Geebung

📋 copy color: '#C27F28'

red 194 ◦ green 127 ◦ blue 40

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

Shades of Geebung #C27F28

Tints of Geebung #C27F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 53.74%
G = 35.18%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27F28 (or 0xC27F28) is known color: Geebung. HEX triplet: C2, 7F and 28. RGB value is (194,127,40). Sum of RGB (Red+Green+Blue) = 194+127+40=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F28 is #3D80D7. Grayscale: #898989. Windows color (decimal): -4030680 or 2654146. OLE color: 2654146.

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

Color convert

RGB 194 127 40 -
CMYK 0 0.35 0.79 0.24
HSL 33.9º 0.66% 0.46% -
HSV(B) 33.9º 0.79% 0.76% -
XYZ 30.22 26.8 5.59 -
YUV 137.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 194 127 40 0 0.35 0.79 0.24 33.9 0.66 0.46
Hex C2 7F 28 0 23 4F 18 22 42 2E
Octal 302 177 50 0 43 117 30 42 102 56
Binary 11000010 1111111 101000 0 100011 1001111 11000 100010 1000010 101110

Color Harmonies of #C27F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F28

Black with #C27F28

Text Example


Text Example

White with #C27F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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