Html Css Color HEX #C48B34 Pizza

📋 copy color: '#C48B34'

red 196 ◦ green 139 ◦ blue 52

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

Shades of Pizza #C48B34

Tints of Pizza #C48B34

RGB

 RED value IS 196 (76.95% from 255) = 50.65%

 GREEN value IS 139 (54.69% from 255) = 35.92%

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

R = 50.65%
G = 35.92%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48B34 (or 0xC48B34) is known color: Pizza. HEX triplet: C4, 8B and 34. RGB value is (196,139,52). Sum of RGB (Red+Green+Blue) = 196+139+52=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B34 is #3B74CB. Grayscale: #929292. Windows color (decimal): -3896524 or 3443652. OLE color: 3443652.

HSL color Cylindrical-coordinate representation of color #C48B34: hue angle of 36.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48B34 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 139 52 -
CMYK 0 0.29 0.73 0.23
HSL 36.25º 0.58% 0.49% -
HSV(B) 36.25º 0.73% 0.77% -
XYZ 32.62 30.45 7.41 -
YUV 146.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 196 139 52 0 0.29 0.73 0.23 36.25 0.58 0.49
Hex C4 8B 34 0 1D 49 17 24 3A 31
Octal 304 213 64 0 35 111 27 44 72 61
Binary 11000100 10001011 110100 0 11101 1001001 10111 100100 111010 110001

Color Harmonies of #C48B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B34

Black with #C48B34

Text Example


Text Example

White with #C48B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B34; }

 p { color: rgb(196,139,52); }

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

background-color css

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

 a { background-color: rgb(196,139,52); }

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

border-color css

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

 span { border-color: rgb(196,139,52); }

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