Html Css Color HEX #393618 Karaka

📋 copy color: '#393618'

red 57 ◦ green 54 ◦ blue 24

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

Shades of Karaka #393618

Tints of Karaka #393618

RGB

 RED value IS 57 (22.66% from 255) = 42.22%

 GREEN value IS 54 (21.48% from 255) = 40%

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 42.22%
G = 40%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#393618 (or 0x393618) is known color: Karaka. HEX triplet: 39, 36 and 18. RGB value is (57,54,24). Sum of RGB (Red+Green+Blue) = 57+54+24=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #393618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393618 is #C6C9E7. Grayscale: #333333. Windows color (decimal): -13027816 or 1586745. OLE color: 1586745.

HSL color Cylindrical-coordinate representation of color #393618: hue angle of 54.55º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393618 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 54 24 -
CMYK 0 0.05 0.58 0.78
HSL 54.55º 0.41% 0.16% -
HSV(B) 54.55º 0.58% 0.22% -
XYZ 3.17 3.57 1.39 -
YUV 51.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 57 54 24 0 0.05 0.58 0.78 54.55 0.41 0.16
Hex 39 36 18 0 5 3A 4E 37 29 10
Octal 71 66 30 0 5 72 116 67 51 20
Binary 111001 110110 11000 0 101 111010 1001110 110111 101001 10000

Color Harmonies of #393618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393618

Black with #393618

Text Example


Text Example

White with #393618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393618; }

 p { color: rgb(57,54,24); }

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

background-color css

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

 a { background-color: rgb(57,54,24); }

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

border-color css

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

 span { border-color: rgb(57,54,24); }

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