Html Css Color HEX #383511 Karaka

📋 copy color: '#383511'

red 56 ◦ green 53 ◦ blue 17

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

Shades of Karaka #383511

Tints of Karaka #383511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.06%

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

R = 44.44%
G = 42.06%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#383511 (or 0x383511) is known color: Karaka. HEX triplet: 38, 35 and 11. RGB value is (56,53,17). Sum of RGB (Red+Green+Blue) = 56+53+17=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383511 is #C7CAEE. Grayscale: #313131. Windows color (decimal): -13093615 or 1127736. OLE color: 1127736.

HSL color Cylindrical-coordinate representation of color #383511: hue angle of 55.38º 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 #383511 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 17 -
CMYK 0 0.05 0.70 0.78
HSL 55.38º 0.53% 0.14% -
HSV(B) 55.38º 0.7% 0.22% -
XYZ 3.01 3.43 1.03 -
YUV 49.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 56 53 17 0 0.05 0.70 0.78 55.38 0.53 0.14
Hex 38 35 11 0 5 46 4E 37 35 E
Octal 70 65 21 0 5 106 116 67 65 16
Binary 111000 110101 10001 0 101 1000110 1001110 110111 110101 1110

Color Harmonies of #383511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383511

Black with #383511

Text Example


Text Example

White with #383511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383511; }

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

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

background-color css

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

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

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

border-color css

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

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

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