Html Css Color HEX #C58F38 Pizza

📋 copy color: '#C58F38'

red 197 ◦ green 143 ◦ blue 56

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

Shades of Pizza #C58F38

Tints of Pizza #C58F38

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 56 (22.27% from 255) = 14.14%

R = 49.75%
G = 36.11%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C58F38 (or 0xC58F38) is known color: Pizza. HEX triplet: C5, 8F and 38. RGB value is (197,143,56). Sum of RGB (Red+Green+Blue) = 197+143+56=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F38 is #3A70C7. Grayscale: #959595. Windows color (decimal): -3829960 or 3706821. OLE color: 3706821.

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

Color convert

RGB 197 143 56 -
CMYK 0 0.27 0.72 0.23
HSL 37.02º 0.56% 0.5% -
HSV(B) 37.02º 0.72% 0.77% -
XYZ 33.56 31.8 8.11 -
YUV 149.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 197 143 56 0 0.27 0.72 0.23 37.02 0.56 0.5
Hex C5 8F 38 0 1B 48 17 25 38 32
Octal 305 217 70 0 33 110 27 45 70 62
Binary 11000101 10001111 111000 0 11011 1001000 10111 100101 111000 110010

Color Harmonies of #C58F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F38

Black with #C58F38

Text Example


Text Example

White with #C58F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F38; }

 p { color: rgb(197,143,56); }

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

background-color css

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

 a { background-color: rgb(197,143,56); }

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

border-color css

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

 span { border-color: rgb(197,143,56); }

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