Html Css Color HEX #382F0A Mikado

📋 copy color: '#382F0A'

red 56 ◦ green 47 ◦ blue 10

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

Shades of Mikado #382F0A

Tints of Mikado #382F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 41.59%

 BLUE value IS 10 (4.3% from 255) = 8.85%

R = 49.56%
G = 41.59%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#382F0A (or 0x382F0A) is known color: Mikado. HEX triplet: 38, 2F and 0A. RGB value is (56,47,10). Sum of RGB (Red+Green+Blue) = 56+47+10=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F0A is #C7D0F5. Grayscale: #2D2D2D. Windows color (decimal): -13095158 or 667448. OLE color: 667448.

HSL color Cylindrical-coordinate representation of color #382F0A: hue angle of 48.26º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #382F0A is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 10 -
CMYK 0 0.16 0.82 0.78
HSL 48.26º 0.7% 0.13% -
HSV(B) 48.26º 0.82% 0.22% -
XYZ 2.7 2.9 0.7 -
YUV 45.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 56 47 10 0 0.16 0.82 0.78 48.26 0.7 0.13
Hex 38 2F A 0 10 52 4E 30 46 D
Octal 70 57 12 0 20 122 116 60 106 15
Binary 111000 101111 1010 0 10000 1010010 1001110 110000 1000110 1101

Color Harmonies of #382F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F0A

Black with #382F0A

Text Example


Text Example

White with #382F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F0A; }

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

 H1.HeaderClassName
 {
   color: #382F0A;
 }
 .AnyTagClassName
 {
   color: #382F0A;
 }
</style>

background-color css

<style>
 a { background-color: #382F0A; }

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

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

border-color css

<style>
 span { border-color: #382F0A; }

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

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