Html Css Color HEX #C28333 Geebung

📋 copy color: '#C28333'

red 194 ◦ green 131 ◦ blue 51

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

Shades of Geebung #C28333

Tints of Geebung #C28333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

 BLUE value IS 51 (20.31% from 255) = 13.56%

R = 51.6%
G = 34.84%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C28333 (or 0xC28333) is known color: Geebung. HEX triplet: C2, 83 and 33. RGB value is (194,131,51). Sum of RGB (Red+Green+Blue) = 194+131+51=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C28333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28333 is #3D7CCC. Grayscale: #8D8D8D. Windows color (decimal): -4029645 or 3376066. OLE color: 3376066.

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

Color convert

RGB 194 131 51 -
CMYK 0 0.32 0.74 0.24
HSL 33.57º 0.58% 0.48% -
HSV(B) 33.57º 0.74% 0.76% -
XYZ 30.96 27.94 6.89 -
YUV 140.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 194 131 51 0 0.32 0.74 0.24 33.57 0.58 0.48
Hex C2 83 33 0 20 4A 18 22 3A 30
Octal 302 203 63 0 40 112 30 42 72 60
Binary 11000010 10000011 110011 0 100000 1001010 11000 100010 111010 110000

Color Harmonies of #C28333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28333

Black with #C28333

Text Example


Text Example

White with #C28333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28333; }

 p { color: rgb(194,131,51); }

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

background-color css

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

 a { background-color: rgb(194,131,51); }

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

border-color css

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

 span { border-color: rgb(194,131,51); }

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