Html Css Color HEX #363713 Karaka

📋 copy color: '#363713'

red 54 ◦ green 55 ◦ blue 19

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

Shades of Karaka #363713

Tints of Karaka #363713

RGB

 RED value IS 54 (21.48% from 255) = 42.19%

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

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

R = 42.19%
G = 42.97%
B = 14.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#363713 (or 0x363713) is known color: Karaka. HEX triplet: 36, 37 and 13. RGB value is (54,55,19). Sum of RGB (Red+Green+Blue) = 54+55+19=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #363713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363713 is #C9C8EC. Grayscale: #323232. Windows color (decimal): -13224173 or 1259318. OLE color: 1259318.

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

Color convert

RGB 54 55 19 -
CMYK 0.02 0 0.65 0.78
HSL 61.67º 0.49% 0.15% -
HSV(B) 61.67º 0.65% 0.22% -
XYZ 3.01 3.56 1.15 -
YUV 50.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 54 55 19 0.02 0 0.65 0.78 61.67 0.49 0.15
Hex 36 37 13 2 0 41 4E 3E 31 F
Octal 66 67 23 2 0 101 116 76 61 17
Binary 110110 110111 10011 10 0 1000001 1001110 111110 110001 1111

Color Harmonies of #363713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363713

Black with #363713

Text Example


Text Example

White with #363713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363713; }

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

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

background-color css

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

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

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

border-color css

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

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

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