Html Css Color HEX #380A00 Seal Brown

📋 copy color: '#380A00'

red 56 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #380A00

Tints of Seal Brown #380A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.85%
G = 15.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#380A00 (or 0x380A00) is known color: Seal Brown. HEX triplet: 38, 0A and 00. RGB value is (56,10,0). Sum of RGB (Red+Green+Blue) = 56+10+0=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A00 is #C7F5FF. Grayscale: #161616. Windows color (decimal): -13104640 or 2616. OLE color: 2616.

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

Color convert

RGB 56 10 0 -
CMYK 0 0.82 1 0.78
HSL 10.71º 1% 0.11% -
HSV(B) 10.71º 1% 0.22% -
XYZ 1.74 1.06 0.11 -
YUV 22.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 56 10 0 0 0.82 1 0.78 10.71 1 0.11
Hex 38 A 0 0 52 64 4E B 64 B
Octal 70 12 0 0 122 144 116 13 144 13
Binary 111000 1010 0 0 1010010 1100100 1001110 1011 1100100 1011

Color Harmonies of #380A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A00

Black with #380A00

Text Example


Text Example

White with #380A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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