Html Css Color HEX #363305 Karaka

📋 copy color: '#363305'

red 54 ◦ green 51 ◦ blue 5

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

Shades of Karaka #363305

Tints of Karaka #363305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 49.09%
G = 46.36%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#363305 (or 0x363305) is known color: Karaka. HEX triplet: 36, 33 and 05. RGB value is (54,51,5). Sum of RGB (Red+Green+Blue) = 54+51+5=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #363305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363305 is #C9CCFA. Grayscale: #2E2E2E. Windows color (decimal): -13225211 or 340790. OLE color: 340790.

HSL color Cylindrical-coordinate representation of color #363305: hue angle of 56.33º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #363305 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 5 -
CMYK 0 0.06 0.91 0.79
HSL 56.33º 0.83% 0.12% -
HSV(B) 56.33º 0.91% 0.21% -
XYZ 2.73 3.16 0.61 -
YUV 46.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 54 51 5 0 0.06 0.91 0.79 56.33 0.83 0.12
Hex 36 33 5 0 6 5B 4F 38 53 C
Octal 66 63 5 0 6 133 117 70 123 14
Binary 110110 110011 101 0 110 1011011 1001111 111000 1010011 1100

Color Harmonies of #363305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363305

Black with #363305

Text Example


Text Example

White with #363305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363305; }

 p { color: rgb(54,51,5); }

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

background-color css

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

 a { background-color: rgb(54,51,5); }

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

border-color css

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

 span { border-color: rgb(54,51,5); }

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