Html Css Color HEX #C28837 Pizza

📋 copy color: '#C28837'

red 194 ◦ green 136 ◦ blue 55

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

Shades of Pizza #C28837

Tints of Pizza #C28837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 50.39%
G = 35.32%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C28837 (or 0xC28837) is known color: Pizza. HEX triplet: C2, 88 and 37. RGB value is (194,136,55). Sum of RGB (Red+Green+Blue) = 194+136+55=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C28837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28837 is #3D77C8. Grayscale: #909090. Windows color (decimal): -4028361 or 3639490. OLE color: 3639490.

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

Color convert

RGB 194 136 55 -
CMYK 0 0.30 0.72 0.24
HSL 34.96º 0.56% 0.49% -
HSV(B) 34.96º 0.72% 0.76% -
XYZ 31.74 29.35 7.61 -
YUV 144.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 194 136 55 0 0.30 0.72 0.24 34.96 0.56 0.49
Hex C2 88 37 0 1E 48 18 23 38 31
Octal 302 210 67 0 36 110 30 43 70 61
Binary 11000010 10001000 110111 0 11110 1001000 11000 100011 111000 110001

Color Harmonies of #C28837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28837

Black with #C28837

Text Example


Text Example

White with #C28837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28837; }

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

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

background-color css

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

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

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

border-color css

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

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

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