Html Css Color HEX #5B422B Bracken

📋 copy color: '#5B422B'

red 91 ◦ green 66 ◦ blue 43

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

Shades of Bracken #5B422B

Tints of Bracken #5B422B

RGB

 RED value IS 91 (35.94% from 255) = 45.5%

 GREEN value IS 66 (26.17% from 255) = 33%

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 45.5%
G = 33%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5B422B (or 0x5B422B) is known color: Bracken. HEX triplet: 5B, 42 and 2B. RGB value is (91,66,43). Sum of RGB (Red+Green+Blue) = 91+66+43=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B422B is #A4BDD4. Grayscale: #464646. Windows color (decimal): -10796501 or 2835035. OLE color: 2835035.

HSL color Cylindrical-coordinate representation of color #5B422B: hue angle of 28.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B422B is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 66 43 -
CMYK 0 0.27 0.53 0.64
HSL 28.75º 0.36% 0.26% -
HSV(B) 28.75º 0.53% 0.36% -
XYZ 6.7 6.29 3.15 -
YUV 70.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 91 66 43 0 0.27 0.53 0.64 28.75 0.36 0.26
Hex 5B 42 2B 0 1B 35 40 1D 24 1A
Octal 133 102 53 0 33 65 100 35 44 32
Binary 1011011 1000010 101011 0 11011 110101 1000000 11101 100100 11010

Color Harmonies of #5B422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B422B

Black with #5B422B

Text Example


Text Example

White with #5B422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B422B; }

 p { color: rgb(91,66,43); }

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

background-color css

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

 a { background-color: rgb(91,66,43); }

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

border-color css

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

 span { border-color: rgb(91,66,43); }

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