Html Css Color HEX #B13422 Brown

📋 copy color: '#B13422'

red 177 ◦ green 52 ◦ blue 34

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

Shades of Brown #B13422

Tints of Brown #B13422

RGB

 RED value IS 177 (69.53% from 255) = 67.3%

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 67.3%
G = 19.77%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13422 (or 0xB13422) is known color: Brown. HEX triplet: B1, 34 and 22. RGB value is (177,52,34). Sum of RGB (Red+Green+Blue) = 177+52+34=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B13422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13422 is #4ECBDD. Grayscale: #575757. Windows color (decimal): -5163998 or 2241713. OLE color: 2241713.

HSL color Cylindrical-coordinate representation of color #B13422: hue angle of 7.55º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B13422 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 34 -
CMYK 0 0.71 0.81 0.31
HSL 7.55º 0.68% 0.41% -
HSV(B) 7.55º 0.81% 0.69% -
XYZ 19.65 11.92 2.78 -
YUV 87.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 177 52 34 0 0.71 0.81 0.31 7.55 0.68 0.41
Hex B1 34 22 0 47 51 1F 8 44 29
Octal 261 64 42 0 107 121 37 10 104 51
Binary 10110001 110100 100010 0 1000111 1010001 11111 1000 1000100 101001

Color Harmonies of #B13422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13422

Black with #B13422

Text Example


Text Example

White with #B13422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13422; }

 p { color: rgb(177,52,34); }

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

background-color css

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

 a { background-color: rgb(177,52,34); }

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

border-color css

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

 span { border-color: rgb(177,52,34); }

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