Html Css Color HEX #383811 Karaka

📋 copy color: '#383811'

red 56 ◦ green 56 ◦ blue 17

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

Shades of Karaka #383811

Tints of Karaka #383811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.41%

 BLUE value IS 17 (7.03% from 255) = 13.18%

R = 43.41%
G = 43.41%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#383811 (or 0x383811) is known color: Karaka. HEX triplet: 38, 38 and 11. RGB value is (56,56,17). Sum of RGB (Red+Green+Blue) = 56+56+17=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383811 is #C7C7EE. Grayscale: #333333. Windows color (decimal): -13092847 or 1128504. OLE color: 1128504.

HSL color Cylindrical-coordinate representation of color #383811: hue angle of 60º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383811 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 56 17 -
CMYK 0 0 0.70 0.78
HSL 60º 0.53% 0.14% -
HSV(B) 60º 0.7% 0.22% -
XYZ 3.15 3.71 1.08 -
YUV 51.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 56 56 17 0 0 0.70 0.78 60 0.53 0.14
Hex 38 38 11 0 0 46 4E 3C 35 E
Octal 70 70 21 0 0 106 116 74 65 16
Binary 111000 111000 10001 0 0 1000110 1001110 111100 110101 1110

Color Harmonies of #383811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383811

Black with #383811

Text Example


Text Example

White with #383811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383811; }

 p { color: rgb(56,56,17); }

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

background-color css

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

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

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

border-color css

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

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

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