Html Css Color HEX #2F1208 Seal Brown

📋 copy color: '#2F1208'

red 47 ◦ green 18 ◦ blue 8

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

Shades of Seal Brown #2F1208

Tints of Seal Brown #2F1208

RGB

 RED value IS 47 (18.75% from 255) = 64.38%

 GREEN value IS 18 (7.42% from 255) = 24.66%

 BLUE value IS 8 (3.52% from 255) = 10.96%

R = 64.38%
G = 24.66%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.82

RGB Variations

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

Color information

#2F1208 (or 0x2F1208) is known color: Seal Brown. HEX triplet: 2F, 12 and 08. RGB value is (47,18,8). Sum of RGB (Red+Green+Blue) = 47+18+8=73 (9% of max value = 765). Red value is 47 (18.75% from 255 or 64.38% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1208 is #D0EDF7. Grayscale: #191919. Windows color (decimal): -13692408 or 528943. OLE color: 528943.

HSL color Cylindrical-coordinate representation of color #2F1208: hue angle of 15.38º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1208 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 18 8 -
CMYK 0 0.62 0.83 0.82
HSL 15.38º 0.71% 0.11% -
HSV(B) 15.38º 0.83% 0.18% -
XYZ 1.43 1.05 0.36 -
YUV 25.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 47 18 8 0 0.62 0.83 0.82 15.38 0.71 0.11
Hex 2F 12 8 0 3E 53 52 F 47 B
Octal 57 22 10 0 76 123 122 17 107 13
Binary 101111 10010 1000 0 111110 1010011 1010010 1111 1000111 1011

Color Harmonies of #2F1208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1208

Black with #2F1208

Text Example


Text Example

White with #2F1208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,18,8); }

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

background-color css

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

 a { background-color: rgb(47,18,8); }

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

border-color css

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

 span { border-color: rgb(47,18,8); }

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