Html Css Color HEX #857B26 Pesto

📋 copy color: '#857B26'

red 133 ◦ green 123 ◦ blue 38

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

Shades of Pesto #857B26

Tints of Pesto #857B26

RGB

 RED value IS 133 (52.34% from 255) = 45.24%

 GREEN value IS 123 (48.44% from 255) = 41.84%

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 45.24%
G = 41.84%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#857B26 (or 0x857B26) is known color: Pesto. HEX triplet: 85, 7B and 26. RGB value is (133,123,38). Sum of RGB (Red+Green+Blue) = 133+123+38=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #857B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B26 is #7A84D9. Grayscale: #747474. Windows color (decimal): -8029402 or 2521989. OLE color: 2521989.

HSL color Cylindrical-coordinate representation of color #857B26: hue angle of 53.68º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #857B26 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 38 -
CMYK 0 0.08 0.71 0.48
HSL 53.68º 0.56% 0.34% -
HSV(B) 53.68º 0.71% 0.52% -
XYZ 17.11 19.29 4.66 -
YUV 116.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 133 123 38 0 0.08 0.71 0.48 53.68 0.56 0.34
Hex 85 7B 26 0 8 47 30 36 38 22
Octal 205 173 46 0 10 107 60 66 70 42
Binary 10000101 1111011 100110 0 1000 1000111 110000 110110 111000 100010

Color Harmonies of #857B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B26

Black with #857B26

Text Example


Text Example

White with #857B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857B26; }

 p { color: rgb(133,123,38); }

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

background-color css

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

 a { background-color: rgb(133,123,38); }

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

border-color css

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

 span { border-color: rgb(133,123,38); }

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