Html Css Color HEX #381708 Brown Pod

📋 copy color: '#381708'

red 56 ◦ green 23 ◦ blue 8

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

Shades of Brown Pod #381708

Tints of Brown Pod #381708

RGB

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

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

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

R = 64.37%
G = 26.44%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#381708 (or 0x381708) is known color: Brown Pod. HEX triplet: 38, 17 and 08. RGB value is (56,23,8). Sum of RGB (Red+Green+Blue) = 56+23+8=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381708 is #C7E8F7. Grayscale: #1F1F1F. Windows color (decimal): -13101304 or 530232. OLE color: 530232.

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

Color convert

RGB 56 23 8 -
CMYK 0 0.59 0.86 0.78
HSL 18.75º 0.75% 0.13% -
HSV(B) 18.75º 0.86% 0.22% -
XYZ 1.98 1.47 0.41 -
YUV 31.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 56 23 8 0 0.59 0.86 0.78 18.75 0.75 0.13
Hex 38 17 8 0 3B 56 4E 13 4B D
Octal 70 27 10 0 73 126 116 23 113 15
Binary 111000 10111 1000 0 111011 1010110 1001110 10011 1001011 1101

Color Harmonies of #381708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381708

Black with #381708

Text Example


Text Example

White with #381708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381708; }

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

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

background-color css

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

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

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

border-color css

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

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

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