Html Css Color HEX #380A06 Seal Brown

📋 copy color: '#380A06'

red 56 ◦ green 10 ◦ blue 6

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

Shades of Seal Brown #380A06

Tints of Seal Brown #380A06

RGB

 RED value IS 56 (22.27% from 255) = 77.78%

 GREEN value IS 10 (4.3% from 255) = 13.89%

 BLUE value IS 6 (2.73% from 255) = 8.33%

R = 77.78%
G = 13.89%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#380A06 (or 0x380A06) is known color: Seal Brown. HEX triplet: 38, 0A and 06. RGB value is (56,10,6). Sum of RGB (Red+Green+Blue) = 56+10+6=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A06 is #C7F5F9. Grayscale: #171717. Windows color (decimal): -13104634 or 395832. OLE color: 395832.

HSL color Cylindrical-coordinate representation of color #380A06: hue angle of 4.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380A06 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 6 -
CMYK 0 0.82 0.89 0.78
HSL 4.8º 0.81% 0.12% -
HSV(B) 4.8º 0.89% 0.22% -
XYZ 1.77 1.07 0.29 -
YUV 23.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 56 10 6 0 0.82 0.89 0.78 4.8 0.81 0.12
Hex 38 A 6 0 52 59 4E 5 51 C
Octal 70 12 6 0 122 131 116 5 121 14
Binary 111000 1010 110 0 1010010 1011001 1001110 101 1010001 1100

Color Harmonies of #380A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A06

Black with #380A06

Text Example


Text Example

White with #380A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A06; }

 p { color: rgb(56,10,6); }

 H1.HeaderClassName
 {
   color: #380A06;
 }
 .AnyTagClassName
 {
   color: #380A06;
 }
</style>

background-color css

<style>
 a { background-color: #380A06; }

 a { background-color: rgb(56,10,6); }

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

border-color css

<style>
 span { border-color: #380A06; }

 span { border-color: rgb(56,10,6); }

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