Html Css Color HEX #3A3606 Karaka

📋 copy color: '#3A3606'

red 58 ◦ green 54 ◦ blue 6

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

Shades of Karaka #3A3606

Tints of Karaka #3A3606

RGB

 RED value IS 58 (23.05% from 255) = 49.15%

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

 BLUE value IS 6 (2.73% from 255) = 5.08%

R = 49.15%
G = 45.76%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.77

RGB Variations

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

Color information

#3A3606 (or 0x3A3606) is known color: Karaka. HEX triplet: 3A, 36 and 06. RGB value is (58,54,6). Sum of RGB (Red+Green+Blue) = 58+54+6=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3606 is #C5C9F9. Grayscale: #313131. Windows color (decimal): -12962298 or 407098. OLE color: 407098.

HSL color Cylindrical-coordinate representation of color #3A3606: hue angle of 55.38º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A3606 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 54 6 -
CMYK 0 0.07 0.90 0.77
HSL 55.38º 0.81% 0.13% -
HSV(B) 55.38º 0.9% 0.23% -
XYZ 3.1 3.55 0.69 -
YUV 49.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 58 54 6 0 0.07 0.90 0.77 55.38 0.81 0.13
Hex 3A 36 6 0 7 5A 4D 37 51 D
Octal 72 66 6 0 7 132 115 67 121 15
Binary 111010 110110 110 0 111 1011010 1001101 110111 1010001 1101

Color Harmonies of #3A3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3606

Black with #3A3606

Text Example


Text Example

White with #3A3606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3606; }

 p { color: rgb(58,54,6); }

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

background-color css

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

 a { background-color: rgb(58,54,6); }

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

border-color css

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

 span { border-color: rgb(58,54,6); }

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