Html Css Color HEX #C58B37 Pizza

📋 copy color: '#C58B37'

red 197 ◦ green 139 ◦ blue 55

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

Shades of Pizza #C58B37

Tints of Pizza #C58B37

RGB

 RED value IS 197 (77.34% from 255) = 50.38%

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

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

R = 50.38%
G = 35.55%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C58B37 (or 0xC58B37) is known color: Pizza. HEX triplet: C5, 8B and 37. RGB value is (197,139,55). Sum of RGB (Red+Green+Blue) = 197+139+55=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B37 is #3A74C8. Grayscale: #939393. Windows color (decimal): -3830985 or 3640261. OLE color: 3640261.

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

Color convert

RGB 197 139 55 -
CMYK 0 0.29 0.72 0.23
HSL 35.49º 0.56% 0.49% -
HSV(B) 35.49º 0.72% 0.77% -
XYZ 32.95 30.61 7.79 -
YUV 146.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 197 139 55 0 0.29 0.72 0.23 35.49 0.56 0.49
Hex C5 8B 37 0 1D 48 17 23 38 31
Octal 305 213 67 0 35 110 27 43 70 61
Binary 11000101 10001011 110111 0 11101 1001000 10111 100011 111000 110001

Color Harmonies of #C58B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B37

Black with #C58B37

Text Example


Text Example

White with #C58B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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