Html Css Color HEX #54431E Bronze Olive

📋 copy color: '#54431E'

red 84 ◦ green 67 ◦ blue 30

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

Shades of Bronze Olive #54431E

Tints of Bronze Olive #54431E

RGB

 RED value IS 84 (33.2% from 255) = 46.41%

 GREEN value IS 67 (26.56% from 255) = 37.02%

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 46.41%
G = 37.02%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#54431E (or 0x54431E) is known color: Bronze Olive. HEX triplet: 54, 43 and 1E. RGB value is (84,67,30). Sum of RGB (Red+Green+Blue) = 84+67+30=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54431E is #ABBCE1. Grayscale: #444444. Windows color (decimal): -11255010 or 1983316. OLE color: 1983316.

HSL color Cylindrical-coordinate representation of color #54431E: hue angle of 41.11º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54431E is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 67 30 -
CMYK 0 0.20 0.64 0.67
HSL 41.11º 0.47% 0.22% -
HSV(B) 41.11º 0.64% 0.33% -
XYZ 5.9 5.99 2.07 -
YUV 67.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 84 67 30 0 0.20 0.64 0.67 41.11 0.47 0.22
Hex 54 43 1E 0 14 40 43 29 2F 16
Octal 124 103 36 0 24 100 103 51 57 26
Binary 1010100 1000011 11110 0 10100 1000000 1000011 101001 101111 10110

Color Harmonies of #54431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54431E

Black with #54431E

Text Example


Text Example

White with #54431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54431E; }

 p { color: rgb(84,67,30); }

 H1.HeaderClassName
 {
   color: #54431E;
 }
 .AnyTagClassName
 {
   color: #54431E;
 }
</style>

background-color css

<style>
 a { background-color: #54431E; }

 a { background-color: rgb(84,67,30); }

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

border-color css

<style>
 span { border-color: #54431E; }

 span { border-color: rgb(84,67,30); }

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