Html Css Color HEX #533A2C Bracken

📋 copy color: '#533A2C'

red 83 ◦ green 58 ◦ blue 44

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

Shades of Bracken #533A2C

Tints of Bracken #533A2C

RGB

 RED value IS 83 (32.81% from 255) = 44.86%

 GREEN value IS 58 (23.05% from 255) = 31.35%

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 44.86%
G = 31.35%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#533A2C (or 0x533A2C) is known color: Bracken. HEX triplet: 53, 3A and 2C. RGB value is (83,58,44). Sum of RGB (Red+Green+Blue) = 83+58+44=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A2C is #ACC5D3. Grayscale: #3F3F3F. Windows color (decimal): -11322836 or 2898515. OLE color: 2898515.

HSL color Cylindrical-coordinate representation of color #533A2C: hue angle of 21.54º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533A2C is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 44 -
CMYK 0 0.30 0.47 0.67
HSL 21.54º 0.31% 0.25% -
HSV(B) 21.54º 0.47% 0.33% -
XYZ 5.53 5.05 3.07 -
YUV 63.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 83 58 44 0 0.30 0.47 0.67 21.54 0.31 0.25
Hex 53 3A 2C 0 1E 2F 43 16 1F 19
Octal 123 72 54 0 36 57 103 26 37 31
Binary 1010011 111010 101100 0 11110 101111 1000011 10110 11111 11001

Color Harmonies of #533A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A2C

Black with #533A2C

Text Example


Text Example

White with #533A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A2C; }

 p { color: rgb(83,58,44); }

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

background-color css

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

 a { background-color: rgb(83,58,44); }

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

border-color css

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

 span { border-color: rgb(83,58,44); }

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