Html Css Color HEX #58402A Bracken

📋 copy color: '#58402A'

red 88 ◦ green 64 ◦ blue 42

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

Shades of Bracken #58402A

Tints of Bracken #58402A

RGB

 RED value IS 88 (34.77% from 255) = 45.36%

 GREEN value IS 64 (25.39% from 255) = 32.99%

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

R = 45.36%
G = 32.99%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58402A (or 0x58402A) is known color: Bracken. HEX triplet: 58, 40 and 2A. RGB value is (88,64,42). Sum of RGB (Red+Green+Blue) = 88+64+42=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #58402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58402A is #A7BFD5. Grayscale: #444444. Windows color (decimal): -10993622 or 2768984. OLE color: 2768984.

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

Color convert

RGB 88 64 42 -
CMYK 0 0.27 0.52 0.65
HSL 28.7º 0.35% 0.25% -
HSV(B) 28.7º 0.52% 0.35% -
XYZ 6.28 5.91 3 -
YUV 68.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 88 64 42 0 0.27 0.52 0.65 28.7 0.35 0.25
Hex 58 40 2A 0 1B 34 41 1D 23 19
Octal 130 100 52 0 33 64 101 35 43 31
Binary 1011000 1000000 101010 0 11011 110100 1000001 11101 100011 11001

Color Harmonies of #58402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58402A

Black with #58402A

Text Example


Text Example

White with #58402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58402A; }

 p { color: rgb(88,64,42); }

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

background-color css

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

 a { background-color: rgb(88,64,42); }

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

border-color css

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

 span { border-color: rgb(88,64,42); }

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