Html Css Color HEX #C28A34 Pizza

📋 copy color: '#C28A34'

red 194 ◦ green 138 ◦ blue 52

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

Shades of Pizza #C28A34

Tints of Pizza #C28A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

 BLUE value IS 52 (20.7% from 255) = 13.54%

R = 50.52%
G = 35.94%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28A34 (or 0xC28A34) is known color: Pizza. HEX triplet: C2, 8A and 34. RGB value is (194,138,52). Sum of RGB (Red+Green+Blue) = 194+138+52=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A34 is #3D75CB. Grayscale: #919191. Windows color (decimal): -4027852 or 3443394. OLE color: 3443394.

HSL color Cylindrical-coordinate representation of color #C28A34: hue angle of 36.34º degrees, saturation: 0.58, 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 #C28A34 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 138 52 -
CMYK 0 0.29 0.73 0.24
HSL 36.34º 0.58% 0.48% -
HSV(B) 36.34º 0.73% 0.76% -
XYZ 31.96 29.89 7.33 -
YUV 144.94 75.55 162.99 -
System Red Green Blue C M Y K H S L
Decimal 194 138 52 0 0.29 0.73 0.24 36.34 0.58 0.48
Hex C2 8A 34 0 1D 49 18 24 3A 30
Octal 302 212 64 0 35 111 30 44 72 60
Binary 11000010 10001010 110100 0 11101 1001001 11000 100100 111010 110000

Color Harmonies of #C28A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A34

Black with #C28A34

Text Example


Text Example

White with #C28A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A34; }

 p { color: rgb(194,138,52); }

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

background-color css

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

 a { background-color: rgb(194,138,52); }

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

border-color css

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

 span { border-color: rgb(194,138,52); }

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