Html Css Color HEX #5D3D2A Bracken

📋 copy color: '#5D3D2A'

red 93 ◦ green 61 ◦ blue 42

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

Shades of Bracken #5D3D2A

Tints of Bracken #5D3D2A

RGB

 RED value IS 93 (36.72% from 255) = 47.45%

 GREEN value IS 61 (24.22% from 255) = 31.12%

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 47.45%
G = 31.12%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#5D3D2A (or 0x5D3D2A) is known color: Bracken. HEX triplet: 5D, 3D and 2A. RGB value is (93,61,42). Sum of RGB (Red+Green+Blue) = 93+61+42=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3D2A is #A2C2D5. Grayscale: #444444. Windows color (decimal): -10666710 or 2768221. OLE color: 2768221.

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

Color convert

RGB 93 61 42 -
CMYK 0 0.34 0.55 0.64
HSL 22.35º 0.38% 0.26% -
HSV(B) 22.35º 0.55% 0.36% -
XYZ 6.6 5.83 2.97 -
YUV 68.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 93 61 42 0 0.34 0.55 0.64 22.35 0.38 0.26
Hex 5D 3D 2A 0 22 37 40 16 26 1A
Octal 135 75 52 0 42 67 100 26 46 32
Binary 1011101 111101 101010 0 100010 110111 1000000 10110 100110 11010

Color Harmonies of #5D3D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3D2A

Black with #5D3D2A

Text Example


Text Example

White with #5D3D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,61,42); }

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

background-color css

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

 a { background-color: rgb(93,61,42); }

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

border-color css

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

 span { border-color: rgb(93,61,42); }

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