Html Css Color HEX #862F32 Old Brick

📋 copy color: '#862F32'

red 134 ◦ green 47 ◦ blue 50

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

Shades of Old Brick #862F32

Tints of Old Brick #862F32

RGB

 RED value IS 134 (52.73% from 255) = 58.01%

 GREEN value IS 47 (18.75% from 255) = 20.35%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 58.01%
G = 20.35%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#862F32 (or 0x862F32) is known color: Old Brick. HEX triplet: 86, 2F and 32. RGB value is (134,47,50). Sum of RGB (Red+Green+Blue) = 134+47+50=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #862F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F32 is #79D0CD. Grayscale: #494949. Windows color (decimal): -7983310 or 3288966. OLE color: 3288966.

HSL color Cylindrical-coordinate representation of color #862F32: hue angle of 357.93º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F32 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 50 -
CMYK 0 0.65 0.63 0.47
HSL 357.93º 0.48% 0.35% -
HSV(B) 357.93º 0.65% 0.53% -
XYZ 11.42 7.33 3.83 -
YUV 73.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 134 47 50 0 0.65 0.63 0.47 357.93 0.48 0.35
Hex 86 2F 32 0 41 3F 2F 166 30 23
Octal 206 57 62 0 101 77 57 546 60 43
Binary 10000110 101111 110010 0 1000001 111111 101111 101100110 110000 100011

Color Harmonies of #862F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F32

Black with #862F32

Text Example


Text Example

White with #862F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862F32; }

 p { color: rgb(134,47,50); }

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

background-color css

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

 a { background-color: rgb(134,47,50); }

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

border-color css

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

 span { border-color: rgb(134,47,50); }

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