Html Css Color HEX #383719 Karaka

📋 copy color: '#383719'

red 56 ◦ green 55 ◦ blue 25

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

Shades of Karaka #383719

Tints of Karaka #383719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 41.18%
G = 40.44%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#383719 (or 0x383719) is known color: Karaka. HEX triplet: 38, 37 and 19. RGB value is (56,55,25). Sum of RGB (Red+Green+Blue) = 56+55+25=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #383719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383719 is #C7C8E6. Grayscale: #343434. Windows color (decimal): -13093095 or 1652536. OLE color: 1652536.

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

Color convert

RGB 56 55 25 -
CMYK 0 0.02 0.55 0.78
HSL 58.06º 0.38% 0.16% -
HSV(B) 58.06º 0.55% 0.22% -
XYZ 3.17 3.64 1.46 -
YUV 51.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 56 55 25 0 0.02 0.55 0.78 58.06 0.38 0.16
Hex 38 37 19 0 2 37 4E 3A 26 10
Octal 70 67 31 0 2 67 116 72 46 20
Binary 111000 110111 11001 0 10 110111 1001110 111010 100110 10000

Color Harmonies of #383719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383719

Black with #383719

Text Example


Text Example

White with #383719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383719; }

 p { color: rgb(56,55,25); }

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

background-color css

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

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

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

border-color css

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

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

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