Html Css Color HEX #8B430B Saddle Brown

📋 copy color: '#8B430B'

red 139 ◦ green 67 ◦ blue 11

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

Shades of Saddle Brown #8B430B

Tints of Saddle Brown #8B430B

RGB

 RED value IS 139 (54.69% from 255) = 64.06%

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

 BLUE value IS 11 (4.69% from 255) = 5.07%

R = 64.06%
G = 30.88%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8B430B (or 0x8B430B) is known color: Saddle Brown. HEX triplet: 8B, 43 and 0B. RGB value is (139,67,11). Sum of RGB (Red+Green+Blue) = 139+67+11=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B430B is #74BCF4. Grayscale: #525252. Windows color (decimal): -7650549 or 738187. OLE color: 738187.

HSL color Cylindrical-coordinate representation of color #8B430B: hue angle of 26.25º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B430B is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 67 11 -
CMYK 0 0.52 0.92 0.45
HSL 26.25º 0.85% 0.29% -
HSV(B) 26.25º 0.92% 0.55% -
XYZ 12.72 9.53 1.49 -
YUV 82.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 139 67 11 0 0.52 0.92 0.45 26.25 0.85 0.29
Hex 8B 43 B 0 34 5C 2D 1A 55 1D
Octal 213 103 13 0 64 134 55 32 125 35
Binary 10001011 1000011 1011 0 110100 1011100 101101 11010 1010101 11101

Color Harmonies of #8B430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B430B

Black with #8B430B

Text Example


Text Example

White with #8B430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B430B; }

 p { color: rgb(139,67,11); }

 H1.HeaderClassName
 {
   color: #8B430B;
 }
 .AnyTagClassName
 {
   color: #8B430B;
 }
</style>

background-color css

<style>
 a { background-color: #8B430B; }

 a { background-color: rgb(139,67,11); }

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

border-color css

<style>
 span { border-color: #8B430B; }

 span { border-color: rgb(139,67,11); }

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