Html Css Color HEX #C3883A Pizza

📋 copy color: '#C3883A'

red 195 ◦ green 136 ◦ blue 58

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

Shades of Pizza #C3883A

Tints of Pizza #C3883A

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

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

 BLUE value IS 58 (23.05% from 255) = 14.91%

R = 50.13%
G = 34.96%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3883A (or 0xC3883A) is known color: Pizza. HEX triplet: C3, 88 and 3A. RGB value is (195,136,58). Sum of RGB (Red+Green+Blue) = 195+136+58=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3883A is #3C77C5. Grayscale: #919191. Windows color (decimal): -3962822 or 3836099. OLE color: 3836099.

HSL color Cylindrical-coordinate representation of color #C3883A: hue angle of 34.16º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3883A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 58 -
CMYK 0 0.30 0.70 0.24
HSL 34.16º 0.54% 0.5% -
HSV(B) 34.16º 0.7% 0.76% -
XYZ 32.07 29.52 8.01 -
YUV 144.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 195 136 58 0 0.30 0.70 0.24 34.16 0.54 0.5
Hex C3 88 3A 0 1E 46 18 22 36 32
Octal 303 210 72 0 36 106 30 42 66 62
Binary 11000011 10001000 111010 0 11110 1000110 11000 100010 110110 110010

Color Harmonies of #C3883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3883A

Black with #C3883A

Text Example


Text Example

White with #C3883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3883A; }

 p { color: rgb(195,136,58); }

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

background-color css

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

 a { background-color: rgb(195,136,58); }

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

border-color css

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

 span { border-color: rgb(195,136,58); }

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