Html Css Color HEX #C28131 Geebung

📋 copy color: '#C28131'

red 194 ◦ green 129 ◦ blue 49

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

Shades of Geebung #C28131

Tints of Geebung #C28131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

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

R = 52.15%
G = 34.68%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C28131 (or 0xC28131) is known color: Geebung. HEX triplet: C2, 81 and 31. RGB value is (194,129,49). Sum of RGB (Red+Green+Blue) = 194+129+49=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C28131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28131 is #3D7ECE. Grayscale: #8B8B8B. Windows color (decimal): -4030159 or 3244482. OLE color: 3244482.

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

Color convert

RGB 194 129 49 -
CMYK 0 0.34 0.75 0.24
HSL 33.1º 0.6% 0.48% -
HSV(B) 33.1º 0.75% 0.76% -
XYZ 30.65 27.39 6.58 -
YUV 139.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 194 129 49 0 0.34 0.75 0.24 33.1 0.6 0.48
Hex C2 81 31 0 22 4B 18 21 3C 30
Octal 302 201 61 0 42 113 30 41 74 60
Binary 11000010 10000001 110001 0 100010 1001011 11000 100001 111100 110000

Color Harmonies of #C28131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28131

Black with #C28131

Text Example


Text Example

White with #C28131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28131; }

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

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

background-color css

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

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

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

border-color css

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

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

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