Html Css Color HEX #5A422E Bracken

📋 copy color: '#5A422E'

red 90 ◦ green 66 ◦ blue 46

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

Shades of Bracken #5A422E

Tints of Bracken #5A422E

RGB

 RED value IS 90 (35.55% from 255) = 44.55%

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 44.55%
G = 32.67%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A422E (or 0x5A422E) is known color: Bracken. HEX triplet: 5A, 42 and 2E. RGB value is (90,66,46). Sum of RGB (Red+Green+Blue) = 90+66+46=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A422E is #A5BDD1. Grayscale: #474747. Windows color (decimal): -10862034 or 3031642. OLE color: 3031642.

HSL color Cylindrical-coordinate representation of color #5A422E: hue angle of 27.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A422E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 66 46 -
CMYK 0 0.27 0.49 0.65
HSL 27.27º 0.32% 0.27% -
HSV(B) 27.27º 0.49% 0.35% -
XYZ 6.66 6.27 3.44 -
YUV 70.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 90 66 46 0 0.27 0.49 0.65 27.27 0.32 0.27
Hex 5A 42 2E 0 1B 31 41 1B 20 1B
Octal 132 102 56 0 33 61 101 33 40 33
Binary 1011010 1000010 101110 0 11011 110001 1000001 11011 100000 11011

Color Harmonies of #5A422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A422E

Black with #5A422E

Text Example


Text Example

White with #5A422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,46); }

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

background-color css

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

 a { background-color: rgb(90,66,46); }

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

border-color css

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

 span { border-color: rgb(90,66,46); }

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