Html Css Color HEX #C38B37 Pizza

📋 copy color: '#C38B37'

red 195 ◦ green 139 ◦ blue 55

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

Shades of Pizza #C38B37

Tints of Pizza #C38B37

RGB

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

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

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

R = 50.13%
G = 35.73%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C38B37 (or 0xC38B37) is known color: Pizza. HEX triplet: C3, 8B and 37. RGB value is (195,139,55). Sum of RGB (Red+Green+Blue) = 195+139+55=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B37 is #3C74C8. Grayscale: #929292. Windows color (decimal): -3962057 or 3640259. OLE color: 3640259.

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

Color convert

RGB 195 139 55 -
CMYK 0 0.29 0.72 0.24
HSL 36º 0.56% 0.49% -
HSV(B) 36º 0.72% 0.76% -
XYZ 32.43 30.34 7.76 -
YUV 146.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 195 139 55 0 0.29 0.72 0.24 36 0.56 0.49
Hex C3 8B 37 0 1D 48 18 24 38 31
Octal 303 213 67 0 35 110 30 44 70 61
Binary 11000011 10001011 110111 0 11101 1001000 11000 100100 111000 110001

Color Harmonies of #C38B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B37

Black with #C38B37

Text Example


Text Example

White with #C38B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B37; }

 p { color: rgb(195,139,55); }

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

background-color css

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

 a { background-color: rgb(195,139,55); }

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

border-color css

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

 span { border-color: rgb(195,139,55); }

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