Html Css Color HEX #381702 Brown Pod

📋 copy color: '#381702'

red 56 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #381702

Tints of Brown Pod #381702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.4%

 BLUE value IS 2 (1.17% from 255) = 2.47%

R = 69.14%
G = 28.4%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#381702 (or 0x381702) is known color: Brown Pod. HEX triplet: 38, 17 and 02. RGB value is (56,23,2). Sum of RGB (Red+Green+Blue) = 56+23+2=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381702 is #C7E8FD. Grayscale: #1E1E1E. Windows color (decimal): -13101310 or 137016. OLE color: 137016.

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

Color convert

RGB 56 23 2 -
CMYK 0 0.59 0.96 0.78
HSL 23.33º 0.93% 0.11% -
HSV(B) 23.33º 0.96% 0.22% -
XYZ 1.95 1.46 0.24 -
YUV 30.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 56 23 2 0 0.59 0.96 0.78 23.33 0.93 0.11
Hex 38 17 2 0 3B 60 4E 17 5D B
Octal 70 27 2 0 73 140 116 27 135 13
Binary 111000 10111 10 0 111011 1100000 1001110 10111 1011101 1011

Color Harmonies of #381702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381702

Black with #381702

Text Example


Text Example

White with #381702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381702; }

 p { color: rgb(56,23,2); }

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

background-color css

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

 a { background-color: rgb(56,23,2); }

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

border-color css

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

 span { border-color: rgb(56,23,2); }

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