Html Css Color HEX #875B0B Golden Brown

📋 copy color: '#875B0B'

red 135 ◦ green 91 ◦ blue 11

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

Shades of Golden Brown #875B0B

Tints of Golden Brown #875B0B

RGB

 RED value IS 135 (53.13% from 255) = 56.96%

 GREEN value IS 91 (35.94% from 255) = 38.4%

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 56.96%
G = 38.4%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#875B0B (or 0x875B0B) is known color: Golden Brown. HEX triplet: 87, 5B and 0B. RGB value is (135,91,11). Sum of RGB (Red+Green+Blue) = 135+91+11=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #875B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B0B is #78A4F4. Grayscale: #5F5F5F. Windows color (decimal): -7906549 or 744327. OLE color: 744327.

HSL color Cylindrical-coordinate representation of color #875B0B: hue angle of 38.71º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #875B0B is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 91 11 -
CMYK 0 0.33 0.92 0.47
HSL 38.71º 0.85% 0.29% -
HSV(B) 38.71º 0.92% 0.53% -
XYZ 13.79 12.66 2.03 -
YUV 95.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 135 91 11 0 0.33 0.92 0.47 38.71 0.85 0.29
Hex 87 5B B 0 21 5C 2F 27 55 1D
Octal 207 133 13 0 41 134 57 47 125 35
Binary 10000111 1011011 1011 0 100001 1011100 101111 100111 1010101 11101

Color Harmonies of #875B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B0B

Black with #875B0B

Text Example


Text Example

White with #875B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875B0B; }

 p { color: rgb(135,91,11); }

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

background-color css

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

 a { background-color: rgb(135,91,11); }

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

border-color css

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

 span { border-color: rgb(135,91,11); }

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