Html Css Color HEX #2B0D05 Seal Brown

📋 copy color: '#2B0D05'

red 43 ◦ green 13 ◦ blue 5

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

Shades of Seal Brown #2B0D05

Tints of Seal Brown #2B0D05

RGB

 RED value IS 43 (17.19% from 255) = 70.49%

 GREEN value IS 13 (5.47% from 255) = 21.31%

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 70.49%
G = 21.31%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.83

RGB Variations

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

Color information

#2B0D05 (or 0x2B0D05) is known color: Seal Brown. HEX triplet: 2B, 0D and 05. RGB value is (43,13,5). Sum of RGB (Red+Green+Blue) = 43+13+5=61 (8% of max value = 765). Red value is 43 (17.19% from 255 or 70.49% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0D05 is #D4F2FA. Grayscale: #151515. Windows color (decimal): -13955835 or 331051. OLE color: 331051.

HSL color Cylindrical-coordinate representation of color #2B0D05: hue angle of 12.63º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0D05 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 13 5 -
CMYK 0 0.70 0.88 0.83
HSL 12.63º 0.79% 0.09% -
HSV(B) 12.63º 0.88% 0.17% -
XYZ 1.17 0.81 0.24 -
YUV 21.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 43 13 5 0 0.70 0.88 0.83 12.63 0.79 0.09
Hex 2B D 5 0 46 58 53 D 4F 9
Octal 53 15 5 0 106 130 123 15 117 11
Binary 101011 1101 101 0 1000110 1011000 1010011 1101 1001111 1001

Color Harmonies of #2B0D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0D05

Black with #2B0D05

Text Example


Text Example

White with #2B0D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0D05; }

 p { color: rgb(43,13,5); }

 H1.HeaderClassName
 {
   color: #2B0D05;
 }
 .AnyTagClassName
 {
   color: #2B0D05;
 }
</style>

background-color css

<style>
 a { background-color: #2B0D05; }

 a { background-color: rgb(43,13,5); }

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

border-color css

<style>
 span { border-color: #2B0D05; }

 span { border-color: rgb(43,13,5); }

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