Html Css Color HEX #5B430C Bronze Olive

📋 copy color: '#5B430C'

red 91 ◦ green 67 ◦ blue 12

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

Shades of Bronze Olive #5B430C

Tints of Bronze Olive #5B430C

RGB

 RED value IS 91 (35.94% from 255) = 53.53%

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

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 53.53%
G = 39.41%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5B430C (or 0x5B430C) is known color: Bronze Olive. HEX triplet: 5B, 43 and 0C. RGB value is (91,67,12). Sum of RGB (Red+Green+Blue) = 91+67+12=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B430C is #A4BCF3. Grayscale: #444444. Windows color (decimal): -10796276 or 803675. OLE color: 803675.

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

Color convert

RGB 91 67 12 -
CMYK 0 0.26 0.87 0.64
HSL 41.77º 0.77% 0.2% -
HSV(B) 41.77º 0.87% 0.36% -
XYZ 6.39 6.27 1.22 -
YUV 67.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 91 67 12 0 0.26 0.87 0.64 41.77 0.77 0.2
Hex 5B 43 C 0 1A 57 40 2A 4D 14
Octal 133 103 14 0 32 127 100 52 115 24
Binary 1011011 1000011 1100 0 11010 1010111 1000000 101010 1001101 10100

Color Harmonies of #5B430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B430C

Black with #5B430C

Text Example


Text Example

White with #5B430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,67,12); }

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

background-color css

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

 a { background-color: rgb(91,67,12); }

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

border-color css

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

 span { border-color: rgb(91,67,12); }

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