Html Css Color HEX #383613 Karaka

📋 copy color: '#383613'

red 56 ◦ green 54 ◦ blue 19

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

Shades of Karaka #383613

Tints of Karaka #383613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 43.41%
G = 41.86%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#383613 (or 0x383613) is known color: Karaka. HEX triplet: 38, 36 and 13. RGB value is (56,54,19). Sum of RGB (Red+Green+Blue) = 56+54+19=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #383613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383613 is #C7C9EC. Grayscale: #323232. Windows color (decimal): -13093357 or 1259064. OLE color: 1259064.

HSL color Cylindrical-coordinate representation of color #383613: hue angle of 56.76º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383613 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 54 19 -
CMYK 0 0.04 0.66 0.78
HSL 56.76º 0.49% 0.15% -
HSV(B) 56.76º 0.66% 0.22% -
XYZ 3.07 3.53 1.14 -
YUV 50.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 56 54 19 0 0.04 0.66 0.78 56.76 0.49 0.15
Hex 38 36 13 0 4 42 4E 39 31 F
Octal 70 66 23 0 4 102 116 71 61 17
Binary 111000 110110 10011 0 100 1000010 1001110 111001 110001 1111

Color Harmonies of #383613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383613

Black with #383613

Text Example


Text Example

White with #383613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383613; }

 p { color: rgb(56,54,19); }

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

background-color css

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

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

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

border-color css

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

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

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