Html Css Color HEX #C28831 Geebung

📋 copy color: '#C28831'

red 194 ◦ green 136 ◦ blue 49

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

Shades of Geebung #C28831

Tints of Geebung #C28831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 51.19%
G = 35.88%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C28831 (or 0xC28831) is known color: Geebung. HEX triplet: C2, 88 and 31. RGB value is (194,136,49). Sum of RGB (Red+Green+Blue) = 194+136+49=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28831 is #3D77CE. Grayscale: #8F8F8F. Windows color (decimal): -4028367 or 3246274. OLE color: 3246274.

HSL color Cylindrical-coordinate representation of color #C28831: hue angle of 36º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28831 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 49 -
CMYK 0 0.30 0.75 0.24
HSL 36º 0.6% 0.48% -
HSV(B) 36º 0.75% 0.76% -
XYZ 31.61 29.3 6.9 -
YUV 143.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 194 136 49 0 0.30 0.75 0.24 36 0.6 0.48
Hex C2 88 31 0 1E 4B 18 24 3C 30
Octal 302 210 61 0 36 113 30 44 74 60
Binary 11000010 10001000 110001 0 11110 1001011 11000 100100 111100 110000

Color Harmonies of #C28831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28831

Black with #C28831

Text Example


Text Example

White with #C28831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28831; }

 p { color: rgb(194,136,49); }

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

background-color css

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

 a { background-color: rgb(194,136,49); }

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

border-color css

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

 span { border-color: rgb(194,136,49); }

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