Html Css Color HEX #C28335 Geebung

📋 copy color: '#C28335'

red 194 ◦ green 131 ◦ blue 53

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

Shades of Geebung #C28335

Tints of Geebung #C28335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.02%

R = 51.32%
G = 34.66%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28335 (or 0xC28335) is known color: Geebung. HEX triplet: C2, 83 and 35. RGB value is (194,131,53). Sum of RGB (Red+Green+Blue) = 194+131+53=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C28335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28335 is #3D7CCA. Grayscale: #8D8D8D. Windows color (decimal): -4029643 or 3507138. OLE color: 3507138.

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

Color convert

RGB 194 131 53 -
CMYK 0 0.32 0.73 0.24
HSL 33.19º 0.57% 0.48% -
HSV(B) 33.19º 0.73% 0.76% -
XYZ 31.01 27.96 7.13 -
YUV 140.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 194 131 53 0 0.32 0.73 0.24 33.19 0.57 0.48
Hex C2 83 35 0 20 49 18 21 39 30
Octal 302 203 65 0 40 111 30 41 71 60
Binary 11000010 10000011 110101 0 100000 1001001 11000 100001 111001 110000

Color Harmonies of #C28335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28335

Black with #C28335

Text Example


Text Example

White with #C28335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28335; }

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

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

background-color css

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

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

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

border-color css

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

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

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